summaryrefslogtreecommitdiff
path: root/rts/parallel
Commit message (Expand)AuthorAgeFilesLines
* Refactoring onlySimon Marlow2009-12-022-4/+4
* RTS tidyup sweep, first phaseSimon Marlow2009-08-023-414/+3
* Use work-stealing for load-balancing in the GCSimon Marlow2009-03-132-8/+0
* general tidy upSimon Marlow2009-02-111-15/+10
* one more bugfix: a load/load memory barrier is required in stealWSDeque_()Simon Marlow2009-02-111-1/+4
* crucial bugfix: add a store/load memory barrier to popWSDeque()Simon Marlow2009-02-061-1/+8
* bugfix: an unsigned comparison should be signedSimon Marlow2009-02-061-1/+1
* tiny cleanupSimon Marlow2009-02-061-1/+1
* add debugging code and commentsSimon Marlow2009-02-061-2/+15
* add an assertionSimon Marlow2009-02-061-0/+1
* Refactor the spark queue implementation into a generic work-stealing dequeSimon Marlow2009-02-052-0/+400
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-2/+2
* Reorganisation of the source treeSimon Marlow2006-04-0727-0/+18034