copyright updates and add Commentary links
[ghc-hetmet.git] / rts / sm / GCUtils.h
index c110323..70dd7a8 100644 (file)
@@ -4,6 +4,11 @@
  *
  * Generational garbage collector: utilities
  *
+ * 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
+ *
  * --------------------------------------------------------------------------*/
 
 bdescr *gc_alloc_block(step *stp);