warning fix
[ghc-hetmet.git] / rts / sm / Evac.c
2007-11-21 simonmar@microsoft.comwarning fix
2007-11-01 Simon Marlowfix a warning
2007-10-31 Simon Marlowfix merge errors
2007-10-31 Simon Marlowcompile special minor GC versions of evacuate() and...
2007-10-31 Simon Marlowfixes for eval_thunk_selector() in parallel GC
2007-10-31 Simon MarlowRemove the optimisation of avoiding scavenging for...
2007-10-31 Simon MarlowGC refactoring: change evac_gen to evac_step
2007-10-31 Simon MarlowGC refactoring: make evacuate() take an StgClosure**
2007-10-31 Simon Marlowtiny optimisation in evacuate()
2007-10-31 Simon MarlowInitial parallel GC support
2007-10-31 Simon MarlowRefactoring of the GC in preparation for parallel GC
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-09-25 Simon Marlowfix to previous fix to THUNK_SELECTOR machinery 2007-09-25
2007-09-17 Simon MarlowFIX #1038: failure of selector-thunk machinery to do...
2007-09-03 Simon Marlowbump MAX_THUNK_SELECTOR_DEPTH from 8 to 16
2007-08-24 Simon MarlowFIX #1519, crash in biographical profiling
2007-07-27 Simon MarlowPointer Tagging
2007-02-28 Simon MarlowRemove vectored returns.
2006-11-14 Simon MarlowFix (yet another) odd interaction between selector...
2006-10-26 Simon Marlowcopyright updates and add Commentary links
2006-10-25 Simon MarlowRemove PAR/GRAN code from the storage manager
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory