copyright updates and add Commentary links
[ghc-hetmet.git] / rts / sm / GC.h
index 519925e..b95466e 100644 (file)
@@ -4,6 +4,11 @@
  *
  * Generational garbage collector
  *
+ * 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
+ *
  * ---------------------------------------------------------------------------*/
 
 #ifndef GC_H