Project

General

Profile

« Previous | Next » 

Revision 0bff0764

Added by peterzhu2118 (Peter Zhu) over 1 year ago

Make YJIT a GC root rather than an object (#11343)

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.