scavengeTSO might encounter a ThreadRelocated; cope
[ghc-hetmet.git] / rts / sm / Scav.c
2008-02-28 simonmar@microsoft.comscavengeTSO might encounter a ThreadRelocated; cope
2008-02-18 simonmar@microsoft.comrefactoring
2007-12-13 simonmar@microsoft.comuse synchronised version of freeChain() in scavenge_mut...
2007-11-21 Simon Marlowcache bd->todo_bd->free and the limit in the workspace
2007-11-20 simonmar@microsoft.comfix boundary bugs in a couple of for-loops
2007-10-31 Simon Marlowcompile special minor GC versions of evacuate() and...
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 MarlowInitial parallel GC support
2007-10-31 Simon MarlowRefactoring of the GC in preparation for parallel GC
2008-04-11 Simon MarlowFIX #2197: an update frame might point to an IND_OLDGEN
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-08-08 Clemens FruhwirthBuild RTS as dynamic library
2007-07-27 Simon MarlowPointer Tagging
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
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