merge upstream HEAD
[ghc-hetmet.git] / rts / ThreadPaused.c
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-07-01 Simon MarlowthreadPaused: fix pointer arithmetic
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-01-28 Simon Marlowtweak the totally-bogus arbitrary stack-squeezing heuri...
2009-12-31 Simon MarlowUse local mut lists in UPD_IND(), also clean up Updates.h
2009-11-25 Simon MarlowthreadStackOverflow: check whether stack squeezing...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-01-06 Simon Marlowcruft removal
2008-11-19 Simon MarlowSmall refactoring, and add comments
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-11-17 Simon MarlowFix #2783: detect black-hole loops properly
2008-06-04 Simon Marlowtiny tweak to the stack squeezing heuristic (fixes...
2008-02-07 Simon MarlowTweaks to stack squeezing
2007-03-06 Simon MarlowTHREADED_RTS: use cas() when claiming thunks
2006-11-10 sven.panne@aedion.deMake all needed prototypes visible to avoid warnings
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory