diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-10-26 09:25:36 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-10-26 09:25:36 +0000 |
commit | 64c17c4561cf419a4c70511bafc0815ea670bb2e (patch) | |
tree | 40bf52e466f719ce996690a64cb35ef95d0e0768 /rts/sm/MarkWeak.h | |
parent | 0a8f685b4c66093df7732c6b92a631cf4c84c05d (diff) | |
download | haskell-64c17c4561cf419a4c70511bafc0815ea670bb2e.tar.gz |
copyright updates and add Commentary links
Diffstat (limited to 'rts/sm/MarkWeak.h')
-rw-r--r-- | rts/sm/MarkWeak.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rts/sm/MarkWeak.h b/rts/sm/MarkWeak.h index 0b5bd1ed8f..a74d5ae430 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; |