X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fsm%2FScav.c;h=cd200f3dbb4701f4354db0ca9148fb6336c4ef7a;hb=e576ba5d31fbae54c43e88316fb0dbdba9cbd4ff;hp=dce83ede026c7a74412cae1b63f329f06f918852;hpb=cb3cb473854e815784375ad23cc5081621a95ce8;p=ghc-hetmet.git diff --git a/rts/sm/Scav.c b/rts/sm/Scav.c index dce83ed..cd200f3 100644 --- a/rts/sm/Scav.c +++ b/rts/sm/Scav.c @@ -4,6 +4,11 @@ * * Generational garbage collector: scavenging functions * + * 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 + * * ---------------------------------------------------------------------------*/ #include "Rts.h"