Module gc_work

Module gc_work 

Source

Structsยง

GenNurseryTrace
A Trace implementation that dispatches the trace_object method through GenerationalPlanExt::trace_object_nursery. It is applicable to all plans that implement GenerationalPlanExt.
ProcessModBuf
The modbuf contains a list of objects in mature space(s) that may contain pointers to the nursery space. This work packet scans the recorded objects and forwards pointers if necessary.
ProcessRegionModBuf
The array-copy modbuf contains a list of array slices in mature space(s) that may contain pointers to the nursery space. This work packet forwards and updates each entry in the recorded slices.