RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / Schedule.h
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-03-17 Simon MarlowAdd fast event logging
2008-12-09 Simon MarlowFix #2592: do an orderly shutdown when the heap is...
2008-11-13 Simon MarlowFix an extremely subtle deadlock bug on x86_64
2008-09-19 Simon MarlowMove the context_switch flag into the Capability
2008-09-11 Ian LynaghUse OSThreadProcAttr for workerStart
2008-09-09 Simon MarlowFix race condition in wakeupThreadOnCapability() (...
2008-04-16 Simon MarlowDon't look at all the threads before each GC.
2008-04-16 Simon MarlowDon't traverse the entire list of threads on every...
2008-04-16 Simon MarlowAdd a write barrier to the TSO link field (#1589)
2007-10-30 Simon Marlowmove GetRoots() to GC.c
2007-07-24 Simon Marlowhs_exit()/shutdownHaskell(): wait for outstanding forei...
2006-12-11 Ian LynaghAdd freeScheduler/freeTaskManager and call it later...
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-06-08 Simon Marlowfix possible ^C problems
2006-06-08 Simon MarlowNew tracing interface
2006-06-07 Simon MarlowRemove unnecessary SCHED_INTERRUPTED scheduler state
2006-04-07 Simon MarlowReorganisation of the source tree