Project

General

Profile

« Previous | Next » 

Revision 22dbbbeb

Added by tenderlovemaking (Aaron Patterson) over 4 years ago

Compacting the heap can cause GC, so disable it

When we compact the heap, various st tables are updated, particularly
the table that contains the object id map. Updating an st table can
cause a GC to occur, and we need to prevent any GC from happening while
moving or updating references.