X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=rts%2Fsm%2FMarkWeak.h;h=a74d5ae430f17b3e4930232e8a4c4d49f9669614;hb=64c17c4561cf419a4c70511bafc0815ea670bb2e;hp=0b5bd1ed8fd34a5eba44bae8d7bef96c4f863ccb;hpb=0a8f685b4c66093df7732c6b92a631cf4c84c05d;p=ghc-hetmet.git diff --git a/rts/sm/MarkWeak.h b/rts/sm/MarkWeak.h index 0b5bd1e..a74d5ae 100644 --- a/rts/sm/MarkWeak.h +++ b/rts/sm/MarkWeak.h @@ -4,6 +4,11 @@ * * Weak pointers and weak-like things in the GC * + * 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 + * * ---------------------------------------------------------------------------*/ extern StgWeak *old_weak_ptr_list;