Skip to content
  • Peter Zhu's avatar
    0bff0764
    Make YJIT a GC root rather than an object (#11343) · 0bff0764
    Peter Zhu authored
    YJIT currently uses the YJIT root object to mark objects during GC and
    update references during compaction. This object otherwise serves no
    purpose.
    
    This commit changes it YJIT to be step when marking the GC root. This
    saves some memory from being allocated from the system and the GC.
    0bff0764
    Make YJIT a GC root rather than an object (#11343)
    Peter Zhu authored
    YJIT currently uses the YJIT root object to mark objects during GC and
    update references during compaction. This object otherwise serves no
    purpose.
    
    This commit changes it YJIT to be step when marking the GC root. This
    saves some memory from being allocated from the system and the GC.
Loading