Experimental "mark-region" strategy for the old generation
[ghc-hetmet.git] / rts / sm / Compact.c
2008-06-09 Simon MarlowExperimental "mark-region" strategy for the old generation
2008-04-24 Simon MarlowFIX #2185: sparks should not be treated as roots by...
2008-04-16 Simon MarlowDon't traverse the entire list of threads on every...
2008-04-16 Simon MarlowAdd a write barrier to the TSO link field (#1589)
2008-04-16 Simon MarlowUse the BF_EVACUATED flag to indicate to-space consistently
2008-04-16 Simon Marlowupdate copyrights in rts/sm
2008-04-16 Simon MarlowReorganisation to fix problems related to the gct regis...
2008-04-16 Simon MarlowGC: move static object processinng into thread-local...
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-07-30 Simon MarlowFIX compacting GC (bug1010, and other failures)
2007-07-27 Simon MarlowPointer Tagging
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2007-02-14 Simon Marlowadd a ToDo, reference bug #1147
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-10-26 Simon Marlowcopyright updates and add Commentary links
2006-10-25 Simon MarlowRemove PAR/GRAN code from the storage manager
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory