fix trace
[ghc-hetmet.git] / rts / sm / Scav.c-inc
2008-04-16 Simon Marlowfix trace
2008-04-16 Simon Marlowupdate copyrights in rts/sm
2008-04-16 Simon Marlowmove the scan block pointer into the gct structure
2008-04-16 Simon Marlowimprovements to +RTS -s output
2008-04-16 Simon MarlowAllow work units smaller than a block to improve load...
2008-04-16 Simon Marlowin scavenge_block1(), we can use the lock-free recordMu...
2008-04-16 Simon MarlowSpecialise evac/scav for single-threaded, not minor, GC
2008-01-30 simonmar@microsoft.comtell Emacs these files are C
2008-01-09 Simon MarlowFix bug: eval_thunk_selector was calling the unlocked...
2007-11-27 simonmar@microsoft.comin scavenge_block(), keep going if we're scanning the...
2007-11-01 Simon Marlowfix a warning
2007-10-31 Simon Marlowrefactoring of eager_promotion in scavenge_block()
2007-10-31 Simon Marlowcompile special minor GC versions of evacuate() and...