Content deleted Content added
→Sample algorithm: Removed erroneous recursion |
→Sample algorithm: specified end condition |
||
Line 52:
-- scan objects in the heap (including objects added by this loop)
While scanPtr
ForEach reference r from o (pointed to by scanPtr)
r = copy(r)
EndForEach
|