summaryrefslogtreecommitdiff
path: root/rts/sm/GCUtils.h
Commit message (Expand)AuthorAgeFilesLines
* GC refactoring, remove "steps"Simon Marlow2009-12-031-4/+4
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+2
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-0/+4
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+6
* Use work-stealing for load-balancing in the GCSimon Marlow2009-03-131-1/+3
* Keep the remembered sets local to each thread during parallel GCSimon Marlow2009-01-121-0/+19
* update copyrights in rts/smSimon Marlow2008-04-161-1/+1
* Reorganisation to fix problems related to the gct register variableSimon Marlow2008-04-161-4/+0
* Allow work units smaller than a block to improve load balancingSimon Marlow2008-04-161-5/+5
* use synchronised version of freeChain() in scavenge_mutable_list()simonmar@microsoft.com2007-12-131-0/+1
* cache bd->todo_bd->free and the limit in the workspaceSimon Marlow2007-11-211-1/+1
* Refactoring of the GC in preparation for parallel GCSimon Marlow2007-10-311-2/+26
* copyright updates and add Commentary linksSimon Marlow2006-10-261-0/+5
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-0/+10