New implementation of BLACKHOLEs
[ghc-hetmet.git] / rts / Capability.h
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2010-03-09 Simon MarlowSplit part of the Task struct into a separate struct...
2010-02-16 Simon Marlowdisable a false assertion, with a comment to explain why
2009-12-02 Simon Marlowremove unused cap->in_gc flag
2009-12-01 Simon MarlowMake allocatePinned use local storage, and other refact...
2009-09-09 Simon MarlowOmit visibility pragmas on Windows (fixes warnings...
2009-08-05 Simon MarlowDeclare RTS-private prototypes with __attribute__(...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-04-26 Ian LynaghGHC new build system megapatch
2009-03-13 Simon MarlowInstead of a separate context-switch flag, set HpLim...
2009-01-12 Simon MarlowKeep the remembered sets local to each thread during...
2008-12-02 Simon MarlowFix more problems caused by padding in the Capability...
2008-11-28 Simon MarlowRemove the packing I added recently to the Capability...
2008-11-21 Simon MarlowUse mutator threads to do GC, instead of having a separ...
2008-11-19 Simon MarlowFix regTableToCapability() if gcc introduces padding
2008-11-06 Simon Marlowre-instate counting of sparks converted
2008-11-06 Simon Marlowleave out ATTRIBUTE_ALIGNED on Windows, it gives a...
2008-11-06 Simon MarlowRun sparks in batches, instead of creating a new thread...
2008-10-24 Simon MarlowMove the freeing of Capabilities later in the shutdown...
2008-10-23 Simon MarlowPad Capabilities and Tasks to 64 bytes
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-19 Simon MarlowMove the context_switch flag into the Capability
2008-09-09 Simon MarlowFix race condition in wakeupThreadOnCapability() (...
2008-08-19 berthold@mathemati... Capability stopping when waiting for GC
2008-07-23 Simon MarlowUndo fix for #2185: sparks really should be treated...
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...
2007-07-24 Simon Marlowhs_exit()/shutdownHaskell(): wait for outstanding forei...
2006-12-15 Ian LynaghFree more things that we allocate 2006-12-16
2006-10-07 tharris@microsoft.comSTM invariants
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-04-07 Simon MarlowReorganisation of the source tree