summaryrefslogtreecommitdiff
path: root/rts/Sparks.c
Commit message (Expand)AuthorAgeFilesLines
* Add new fully-accurate per-spark trace/eventlog eventsDuncan Coutts2011-07-181-1/+10
* Move allocation of spark pools into initCapabilityDuncan Coutts2011-07-181-7/+3
* Classify overflowed sparks separatelyDuncan Coutts2011-07-181-2/+6
* Use a struct for the set of spark countersDuncan Coutts2011-07-181-8/+8
* Change tryStealSpark so it does not consume fizzled sparksDuncan Coutts2011-07-181-26/+0
* Improve the newSpark dud test by using the pointer tag bitsDuncan Coutts2011-07-181-7/+1
* pruneSparkQueue: handle CAFsSimon Marlow2011-03-181-9/+24
* pruneSparkQueue: check for tagged pointersSimon Marlow2011-02-141-22/+33
* count fizzled and GC'd sparks separatelySimon Marlow2010-11-111-3/+3
* count "dud" sparks (expressions that were already evaluated when sparked)Simon Marlow2010-11-011-3/+4
* fix warningSimon Marlow2010-05-251-1/+1
* Make sparks into weak pointers (#2185)Simon Marlow2010-05-251-4/+8
* Windows DLLs: use DLL aware runSparks_closure instead of base_GHCziConc_runSp...Ben.Lippmeier@anu.edu.au2009-11-231-1/+1
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-121-1/+1
* Unify event logging and debug tracing.Simon Marlow2009-08-291-7/+5
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-12/+3
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-660/+2
* Add EVENT_CREATE_SPARK_THREAD to replace EVENT_SPARK_TO_THREADSimon Marlow2009-04-231-6/+1
* For consistency, changed access of thread id to be through capability instead...donnie@darthik.com2009-04-131-1/+1
* Added new EventLog event: Spark to Thread.donnie@darthik.com2009-04-131-0/+7
* Eventlog support for new event type: create spark.donnie@darthik.com2009-04-031-0/+3
* Refactor the spark queue implementation into a generic work-stealing dequeSimon Marlow2009-02-051-299/+37
* Fix some unsigned comparisions that should be signedSimon Marlow2008-11-191-3/+8
* Remove incorrect assertions in steal()Simon Marlow2008-11-191-2/+6
* pruneSparkQueue(): fix bug when top>bottomSimon Marlow2008-11-061-0/+6
* Run sparks in batches, instead of creating a new thread for each oneSimon Marlow2008-11-061-4/+6
* retreat the top/bottom fields of the spark pool in pruneSparkPool()Simon Marlow2008-11-051-0/+7
* traverse the spark pools only once during GC rather than twiceSimon Marlow2008-10-221-20/+29
* Refactoring and reorganisation of the schedulerSimon Marlow2008-10-221-67/+58
* Work stealing for sparksberthold@mathematik.uni-marburg.de2008-09-151-108/+409
* Separate pruning from marking of spark poolsSimon Marlow2008-09-091-7/+13
* Undo fix for #2185: sparks really should be treated as rootsSimon Marlow2008-07-231-6/+7
* debug message tweaksSimon Marlow2008-07-231-1/+1
* FIX #2185: sparks should not be treated as roots by the GCSimon Marlow2008-04-241-18/+23
* Reorganisation to fix problems related to the gct register variableSimon Marlow2008-04-161-0/+69
* move markSparkQueue into GC.c, as it needs the register variable definedSimon Marlow2008-01-091-68/+0
* have each GC thread call GetRoots()simonmar@microsoft.com2007-12-131-46/+43
* Pointer TaggingSimon Marlow2007-07-271-0/+6
* Free various things we allocateIan Lynagh2006-12-151-0/+5
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-1/+1
* fix a couple of bugs in markSparkQueue (#799)Simon Marlow2006-06-231-1/+3
* New tracing interfaceSimon Marlow2006-06-081-11/+12
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+881