Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stg.Machine.GarbageCollection.TwoSpaceCopying
Description
Two space stop-and-copy garbage collector.
- Compacting: memory is moved to a new location
- Tracing
Documentation
twoSpaceCopying :: GarbageCollectionAlgorithm Source #
Move all used addresses by moving them to a safe location, and delete the leftovers.