Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | treat the global work list as a queue rather than a stack | Simon Marlow | 2008-04-16 | 1 | -2/+10 | |
* | Add +RTS -vg flag for requesting some GC trace messages, outside DEBUG | Simon Marlow | 2008-04-16 | 1 | -1/+1 | |
* | use synchronised version of freeChain() in scavenge_mutable_list() | simonmar@microsoft.com | 2007-12-13 | 1 | -0/+8 | |
* | GC: small improvement to parallelism | simonmar@microsoft.com | 2007-11-29 | 1 | -3/+13 | |
* | count the number of todo blocks, and add a trace | simonmar@microsoft.com | 2007-11-27 | 1 | -0/+4 | |
* | cache bd->todo_bd->free and the limit in the workspace | Simon Marlow | 2007-11-21 | 1 | -2/+8 | |
* | Remove the optimisation of avoiding scavenging for certain objects | Simon Marlow | 2007-10-31 | 1 | -35/+3 | |
* | Refactoring of the GC in preparation for parallel GC | Simon Marlow | 2007-10-31 | 1 | -33/+132 | |
* | copyright updates and add Commentary links | Simon Marlow | 2006-10-26 | 1 | -0/+5 | |
* | Split GC.c, and move storage manager into sm/ directory | Simon Marlow | 2006-10-24 | 1 | -0/+79 |