summaryrefslogtreecommitdiff
path: root/rts/sm/MarkWeak.h
diff options
context:
space:
mode:
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;