New implementation of BLACKHOLEs
[ghc-hetmet.git] / rts / STM.c
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2009-12-01 Simon MarlowMake allocatePinned use local storage, and other refact...
2009-10-14 Simon Marlowmicro-opt: replace stmGetEnclosingTRec() with a field...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-02-24 Ben.Lippmeier@anu... Strip tag bits from closure pointers before trying...
2008-11-11 Simon MarlowFix parse error with older gccs (#2752)
2008-10-10 Josef SvenningssonWhen waking up thread blocked on TVars, wake oldest...
2008-06-18 Simon Marlowfix warnings with gcc 4.3
2007-09-03 Ian LynaghFix building RTS with gcc 2.*; declare all variables...
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-10-24 Simon Marlowfix a printf format warning
2006-10-07 tharris@microsoft.comSTM invariants
2006-06-16 Simon Marlowadd STM support to the new throwTo mechanism
2006-06-08 Simon MarlowNew tracing interface
2006-06-08 Simon Marlowmore warning fixage
2006-06-08 Simon Marlowfix a warning
2006-06-08 Simon Marlowfix some warnings
2006-04-07 Simon MarlowReorganisation of the source tree