You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Currently
GcWalkeris a box provided as a parameter to theGcHeapconstructor. Ideally it would be a generic parameter on theGcHeapso that the implementation can be inlined into the garbage collector strategy.