update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rts / Sparks.h
2010-06-17 Simon MarlowFix the symbol visibility pragmas
2010-05-25 Simon MarlowMake sparks into weak pointers (#2185)
2009-09-09 Simon MarlowOmit visibility pragmas on Windows (fixes warnings...
2009-08-05 Simon MarlowDeclare RTS-private prototypes with __attribute__(...
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-02-05 Simon MarlowRefactor the spark queue implementation into a generic...
2008-11-21 Simon Marlowwe shouldn't update topBound in discardSparks()
2008-11-19 Simon MarlowRemove incorrect assertions in steal()
2008-11-06 Simon Marlowfix ASSERT_SPARK_POOL_INVARIANTS(): top>bottom is valid
2008-11-06 Simon MarlowRun sparks in batches, instead of creating a new thread...
2008-10-22 Simon Marlowtraverse the spark pools only once during GC rather...
2008-10-22 Simon MarlowRefactoring and reorganisation of the scheduler
2008-09-15 berthold@mathemati... Work stealing for sparks
2008-09-09 Simon MarlowSeparate pruning from marking of spark pools
2008-07-23 Simon MarlowUndo fix for #2185: sparks really should be treated...
2008-07-23 Simon Marlowfix bug in sparkPoolSize (affects debug output only)
2008-04-24 Simon MarlowFIX #2185: sparks should not be treated as roots by...
2008-04-16 Simon MarlowReorganisation to fix problems related to the gct regis...
2008-01-09 Simon Marlowmove markSparkQueue into GC.c, as it needs the register...
2007-12-13 simonmar@microsoft.comhave each GC thread call GetRoots()
2006-12-15 Ian LynaghFree various things we allocate
2006-11-07 Simon Marlowmove newSpark() prototype to RtsExternal.h to avoid...
2006-04-07 Simon MarlowReorganisation of the source tree