X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fsm%2FGCUtils.c;h=61b72b6c0af8baea35bbbebb8cb1909257908342;hb=50c4d03919a9d5c37c14004e964083251f655e93;hp=6e1fb302d8c60048d3c857d4565110819c42e50b;hpb=ab0e778ccfde61aed4c22679b24d175fc6cc9bf3;p=ghc-hetmet.git diff --git a/rts/sm/GCUtils.c b/rts/sm/GCUtils.c index 6e1fb30..61b72b6 100644 --- a/rts/sm/GCUtils.c +++ b/rts/sm/GCUtils.c @@ -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 + * * ---------------------------------------------------------------------------*/ #include "Rts.h"