X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fsm%2FGCUtils.h;h=70dd7a882fce5f74db7ecb2eb6a1b5586dedc642;hb=64c17c4561cf419a4c70511bafc0815ea670bb2e;hp=c110323d80209f80bab6137d15d5002680459977;hpb=ab0e778ccfde61aed4c22679b24d175fc6cc9bf3;p=ghc-hetmet.git diff --git a/rts/sm/GCUtils.h b/rts/sm/GCUtils.h index c110323..70dd7a8 100644 --- a/rts/sm/GCUtils.h +++ b/rts/sm/GCUtils.h @@ -4,6 +4,11 @@ * * Generational garbage collector: utilities * + * Documentation on the architecture of the Garbage Collector can be + * found in the online commentary: + * + * http://hackage.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC + * * --------------------------------------------------------------------------*/ bdescr *gc_alloc_block(step *stp);