add wiki commentary links
authorSimon Marlow <marlowsd@gmail.com>
Fri, 30 Jan 2009 11:08:44 +0000 (11:08 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 30 Jan 2009 11:08:44 +0000 (11:08 +0000)
rts/sm/MBlock.h

index 14244dc..ef6f8de 100644 (file)
@@ -4,6 +4,9 @@
  *
  * MegaBlock Allocator interface.
  *
  *
  * MegaBlock Allocator interface.
  *
+ * See wiki commentary at
+ *  http://hackage.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced
+ *
  * ---------------------------------------------------------------------------*/
 
 #ifndef MBLOCK_H
  * ---------------------------------------------------------------------------*/
 
 #ifndef MBLOCK_H
@@ -27,6 +30,9 @@ extern void *getNextMBlock(void *mblock);
    HEAP_ALLOCED is called FOR EVERY SINGLE CLOSURE during GC.
    It needs to be FAST.
 
    HEAP_ALLOCED is called FOR EVERY SINGLE CLOSURE during GC.
    It needs to be FAST.
 
+   See wiki commentary at
+     http://hackage.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced
+
    Implementation of HEAP_ALLOCED
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
    Implementation of HEAP_ALLOCED
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~