summaryrefslogtreecommitdiff
path: root/rts/sm/Compact.c
Commit message (Expand)AuthorAgeFilesLines
* GC: move static object processinng into thread-local storageSimon Marlow2008-04-161-1/+1
* Add a proper write barrier for MVarsSimon Marlow2007-10-111-1/+2
* FIX compacting GC (bug1010, and other failures)Simon Marlow2007-07-301-47/+106
* Pointer TaggingSimon Marlow2007-07-271-12/+25
* Remove vectored returns.Simon Marlow2007-02-281-2/+0
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-271-1/+0
* add a ToDo, reference bug #1147Simon Marlow2007-02-141-0/+4
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-2/+0
* copyright updates and add Commentary linksSimon Marlow2006-10-261-1/+6
* Remove PAR/GRAN code from the storage managerSimon Marlow2006-10-251-16/+0
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-0/+977