summaryrefslogtreecommitdiff
path: root/rts/sm/MarkWeak.h
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-10-26 09:25:36 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-10-26 09:25:36 +0000
commit64c17c4561cf419a4c70511bafc0815ea670bb2e (patch)
tree40bf52e466f719ce996690a64cb35ef95d0e0768 /rts/sm/MarkWeak.h
parent0a8f685b4c66093df7732c6b92a631cf4c84c05d (diff)
downloadhaskell-64c17c4561cf419a4c70511bafc0815ea670bb2e.tar.gz
copyright updates and add Commentary links
Diffstat (limited to 'rts/sm/MarkWeak.h')
-rw-r--r--rts/sm/MarkWeak.h5
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;