summaryrefslogtreecommitdiff
path: root/rts/Stable.c
Commit message (Expand)AuthorAgeFilesLines
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* removeIndirections: look through BLACKHOLE indirectionsSimon Marlow2013-02-141-19/+27
* small tidyups and refactoringsSimon Marlow2013-02-141-132/+106
* Separate StablePtr and StableName tables (#7674)Simon Marlow2013-02-141-196/+264
* Make forkProcess work with +RTS -NSimon Marlow2011-12-061-1/+1
* Remove the IND_OLDGEN and IND_OLDGEN_PERM closure typesSimon Marlow2010-04-011-3/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-6/+5
* Lock the StablePtr table during GCSimon Marlow2009-06-041-0/+17
* Refactoring and reorganisation of the schedulerSimon Marlow2008-10-221-3/+0
* another stableptr003 fixSimon Marlow2008-06-091-0/+3
* Reorganisation to fix problems related to the gct register variableSimon Marlow2008-04-161-5/+5
* fix pointer tagging bug in removeIndirections (fixes stableptr003)Simon Marlow2008-06-041-1/+3
* Pointer TaggingSimon Marlow2007-07-271-3/+8
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-0/+1
* Add closeMutex and use it on clean upEsa Ilari Vuokko2006-08-231-0/+3
* Match format strings and arguments for printf-like functionssven.panne@aedion.de2006-08-101-3/+3
* Remember to free() memory on exitSimon Marlow2006-08-081-0/+12
* New tracing interfaceSimon Marlow2006-06-081-5/+8
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+460