Refactoring and tidy up
[ghc-hetmet.git] / rts / sm / GCAux.c
2011-04-11 Simon MarlowRefactoring and tidy up
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-04-09 Ian LynaghHandle IND_STATIC in isRetainer
2010-04-01 Simon MarlowRemove the IND_OLDGEN and IND_OLDGEN_PERM closure types
2010-03-29 Simon MarlowMove a thread to the front of the run queue when anothe...
2010-03-29 Simon Marlowtiny GC optimisation
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-03-09 Simon MarlowRedesign 64-bit HEAP_ALLOCED (FIX #2934 at the same...
2008-06-09 Simon MarlowExperimental "mark-region" strategy for the old generation
2008-05-28 Simon MarlowFIX #2164: check for ThreadRelocated in isAlive()
2008-04-17 Simon Marlowremove EVACUATED: store the forwarding pointer in the...
2008-04-16 Simon Marlowoptimisation for isAlive()
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 MarlowReorganisation to fix problems related to the gct regis...