copyright updates and add Commentary links
[ghc-hetmet.git] / rts / sm / MarkWeak.h
index 0b5bd1e..a74d5ae 100644 (file)
@@ -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;