Skip to content
  • tibbe's avatar
    Don't use gcptr for interior pointers · a6939ec2
    tibbe authored
    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.
    a6939ec2