merge GHC HEAD
[ghc-hetmet.git] / includes / rts / storage / GC.h
2011-05-25 Simon Marlowfix an integer overflow (#5086), and pre-emptively...
2011-02-02 Simon MarlowGC refactoring and cleanup
2011-02-02 Simon MarlowA small GC optimisation
2011-02-02 Simon MarlowRemove the per-generation mutable lists
2010-12-21 Simon MarlowCount allocations more accurately
2010-06-17 Simon MarlowMake getAllocations() visible
2010-05-26 Marco Túlio Gontij... includes/rts/storage/GC.h: generation_: n_words: Improv...
2010-03-29 Simon MarlowAdd a 'setKeepCAFs' external function (#3900)
2009-12-31 Simon Marlowtake newCAF() out from sm_mutex; use the capability...
2009-12-04 Simon MarlowCorrection to the allocation stats following earlier...
2009-12-03 Simon MarlowGC refactoring, remove "steps"
2009-12-01 Simon MarlowMake allocatePinned use local storage, and other refact...
2009-11-29 Simon MarlowStore a destination step in the block descriptor
2009-08-29 Simon MarlowFix incorrectly hidden RTS symbols
2009-08-02 Simon MarlowRTS tidyup sweep, first phase