Mostly fix Trac #2431: make empty case acceptable to (most of) GHC
[ghc-hetmet.git] / rts / Schedule.h
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