Module gc_work

Module gc_work 

Source

Modulesยง

closure ๐Ÿ”’
root ๐Ÿ”’
weakref ๐Ÿ”’

Structsยง

DefaultObjectTracer ๐Ÿ”’
This implementation of ObjectTracer queues newly visited objects and create the ProcessNodes work packets to scan and trace objects.
DefaultObjectTracerContext ๐Ÿ”’
This implementation of ObjectTracerContext creates the DefaultObjectTracer to expand the transitive closure during a stop-the-world tracing GC or the final mark pause of a concurrent GC. It is used during object scanning as well as weak reference processing.