@MISC{Groningen95optimizingmark-scan, author = {John H.G. van Groningen}, title = {Optimizing Mark-Scan Garbage Collection}, year = {1995} }
Bookmark
OpenURL
Abstract
We describe a mark-scan garbage collection algorithm for variablesized nodes that marks the accessible nodes and compacts the heap only when memory becomes fragmented. For many lazy functional programs, this garbage collector performs much better than a combination of a copying and two-phase compacting mark-scan collector.