Don't use gcptr for interior pointers
gcptr should only be used for pointers that the GC should follow. While this didn't cause any bugs right now, since these variables aren't live over a GC, it's clearer to use the right type.
Loading
Please register or sign in to comment