Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use work-stealing for load-balancing in the GC | Simon Marlow | 2009-03-13 | 2 | -8/+0 |
* | general tidy up | Simon Marlow | 2009-02-11 | 1 | -15/+10 |
* | one more bugfix: a load/load memory barrier is required in stealWSDeque_() | Simon Marlow | 2009-02-11 | 1 | -1/+4 |
* | crucial bugfix: add a store/load memory barrier to popWSDeque() | Simon Marlow | 2009-02-06 | 1 | -1/+8 |
* | bugfix: an unsigned comparison should be signed | Simon Marlow | 2009-02-06 | 1 | -1/+1 |
* | tiny cleanup | Simon Marlow | 2009-02-06 | 1 | -1/+1 |
* | add debugging code and comments | Simon Marlow | 2009-02-06 | 1 | -2/+15 |
* | add an assertion | Simon Marlow | 2009-02-06 | 1 | -0/+1 |
* | Refactor the spark queue implementation into a generic work-stealing deque | Simon Marlow | 2009-02-05 | 2 | -0/+400 |
* | Split GC.c, and move storage manager into sm/ directory | Simon Marlow | 2006-10-24 | 1 | -2/+2 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 27 | -0/+18034 |