Safe Haskell | None |
---|---|
Language | Haskell2010 |
Two space stop-and-copy garbage collector.
- Compacting: memory is moved to a new location
- Tracing
Documentation
twoSpaceCopying :: GarbageCollectionAlgorithm Source
Remove all unused addresses by moving them to a safe location.