Refactoring and tidy up
[ghc-hetmet.git] / rts / sm / GCUtils.c
2011-04-11 Simon MarlowRefactoring and tidy up
2011-02-02 Simon MarlowRemove the per-generation mutable lists
2009-12-03 Simon MarlowGC refactoring, remove "steps"
2009-12-02 Simon MarlowRefactoring only
2009-11-29 Simon MarlowStore a destination step in the block descriptor
2009-08-20 Simon MarlowRelax the assumption that all objects fit in a single...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-04-03 Simon Marlowsmall GC optimisation
2009-03-17 Simon MarlowAdd fast event logging
2009-03-13 Simon MarlowUse work-stealing for load-balancing in the GC
2008-06-18 Simon Marlowfix gcc warnings for printf formats on 32-bit
2008-06-17 Simon Marlowfix some printf formats for 64 bits
2008-04-16 Simon Marlowtmp: alloc one block at a time
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 Marlowallocate more blocks in one go, to reduce contention...
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 Marlowdebug output tweaks
2008-04-16 Simon MarlowAllow work units smaller than a block to improve load...
2008-04-16 Simon Marlowsmall debug output improvements
2008-04-16 Simon Marlowtreat the global work list as a queue rather than a...
2008-04-16 Simon MarlowAdd +RTS -vg flag for requesting some GC trace messages...
2007-12-13 simonmar@microsoft.comuse synchronised version of freeChain() in scavenge_mut...
2007-11-29 simonmar@microsoft.comGC: small improvement to parallelism
2007-11-27 simonmar@microsoft.comcount the number of todo blocks, and add a trace
2007-11-21 Simon Marlowcache bd->todo_bd->free and the limit in the workspace
2007-10-31 Simon MarlowRemove the optimisation of avoiding scavenging for...
2007-10-31 Simon MarlowRefactoring of the GC in preparation for parallel GC
2006-10-26 Simon Marlowcopyright updates and add Commentary links
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory