Refactoring and tidy up
[ghc-hetmet.git] / rts / sm / GCUtils.h
2011-04-11 Simon MarlowRefactoring and tidy up
2011-02-02 Simon MarlowRemove the per-generation mutable lists
2010-06-17 Simon MarlowFix the symbol visibility pragmas
2009-12-03 Simon MarlowGC refactoring, remove "steps"
2009-09-09 Simon MarlowOmit visibility pragmas on Windows (fixes warnings...
2009-08-05 Simon MarlowDeclare RTS-private prototypes with __attribute__(...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-03-13 Simon MarlowUse work-stealing for load-balancing in the GC
2009-01-12 Simon MarlowKeep the remembered sets local to each thread during...
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 MarlowAllow work units smaller than a block to improve load...
2007-12-13 simonmar@microsoft.comuse synchronised version of freeChain() in scavenge_mut...
2007-11-21 Simon Marlowcache bd->todo_bd->free and the limit in the workspace
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