Project

General

Profile

« Previous | Next » 

Revision 771576f0

Added by peterzhu2118 (Peter Zhu) almost 2 years ago

Skip weak references to old objects in minor GC

If we are in a minor GC and the object to mark is old, then the old
object should already be marked and cannot be reclaimed in this GC cycle
so we don't need to add it to the weak refences list.