X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fsm%2FScav.h;h=d9caca2c374c746063703ffcd86617a4a14f168c;hb=50c4d03919a9d5c37c14004e964083251f655e93;hp=010a81013c86facbc1b2041fdfbf8e62a661783b;hpb=ab0e778ccfde61aed4c22679b24d175fc6cc9bf3;p=ghc-hetmet.git diff --git a/rts/sm/Scav.h b/rts/sm/Scav.h index 010a810..d9caca2 100644 --- a/rts/sm/Scav.h +++ b/rts/sm/Scav.h @@ -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 + * * ---------------------------------------------------------------------------*/ void scavenge ( step * );