copyright updates and add Commentary links
[ghc-hetmet.git] / rts / sm / Compact.h
index 4f1d6a2..9b3ecb3 100644 (file)
@@ -4,6 +4,11 @@
  *
  * Compacting 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 GCCOMPACT_H