summaryrefslogtreecommitdiff
path: root/rts/Updates.h
Commit message (Expand)AuthorAgeFilesLines
* Use local mut lists in UPD_IND(), also clean up Updates.hSimon Marlow2009-12-311-82/+35
* Store a destination step in the block descriptorSimon Marlow2009-11-291-1/+1
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+6
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-0/+5
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-55/+0
* Keep the remembered sets local to each thread during parallel GCSimon Marlow2009-01-121-1/+1
* cruft removalSimon Marlow2009-01-061-21/+0
* Updating a thunk in raiseAsync might encounter an IND; copesimonmar@microsoft.com2008-02-281-2/+3
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-071-73/+7
* FILL_SLOP: don't fill slop for BLACKHOLE/CAF_BLACKHOLESimon Marlow2006-08-301-0/+6
* Replace inline C functions with C-- macros in .cmm codeSimon Marlow2006-06-291-3/+1
* use the new "prim %write_barrier()" in .cmm instead of calls to wb()Simon Marlow2006-06-291-23/+23
* fix up slop-overwriting for THUNK_SELECTORS in DEBUG modeSimon Marlow2006-06-271-10/+14
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+361