Cheney's algorithm: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 10:
* Once all to-space references have been examined and updated, garbage collection is complete.
 
Because the strategy is to exhaust all live references, and then all references in referenced objects, this is known as a ''breadth-first''' list copying garbage collection scheme.
 
==References==