stgi-1.1: Educational implementation of the STG (Spineless Tagless G-machine)

Safe HaskellNone
LanguageHaskell2010

Stg.Machine.GarbageCollection.TriStateTracing

Description

Tri-state ("tri-colour") garbage collector.

  • Not compacting: alive memory is not altered
  • Tracing

Synopsis

Documentation

triStateTracing :: GarbageCollectionAlgorithm Source #

Remove all unused addresses, without moving the others.