Open pvginkel opened 9 years ago
Currently GcWalker is a box provided as a parameter to the GcHeap constructor. Ideally it would be a generic parameter on the GcHeap so that the implementation can be inlined into the garbage collector strategy.
GcWalker
GcHeap
Currently
GcWalker
is a box provided as a parameter to theGcHeap
constructor. Ideally it would be a generic parameter on theGcHeap
so that the implementation can be inlined into the garbage collector strategy.