X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2Fsm%2FCompact.c;h=844b77008fe728b7da55c727f2b7d4e0c50fe4b7;hp=ef0aefc28ed5114b28bbdcb7145e20e2a048bf60;hb=64c17c4561cf419a4c70511bafc0815ea670bb2e;hpb=0a8f685b4c66093df7732c6b92a631cf4c84c05d diff --git a/rts/sm/Compact.c b/rts/sm/Compact.c index ef0aefc..844b770 100644 --- a/rts/sm/Compact.c +++ b/rts/sm/Compact.c @@ -1,9 +1,14 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team 2001 + * (c) The GHC Team 2001-2006 * * Compacting garbage collector * + * 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 "PosixSource.h"