summaryrefslogtreecommitdiff
path: root/rts/sm/Sweep.c
Commit message (Expand)AuthorAgeFilesLines
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-1/+1
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Lots of nat -> StgWord changesSimon Marlow2012-09-071-1/+1
* Don't check for swept blocks in -DS.Marco TĂșlio Gontijo e Silva2010-07-181-0/+2
* GC refactoring, remove "steps"Simon Marlow2009-12-031-9/+9
* Refactoring onlySimon Marlow2009-12-021-1/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+3
* Add fast event loggingSimon Marlow2009-03-171-1/+1
* fix gcc warnings for printf formats on 32-bitSimon Marlow2008-06-181-1/+1
* fix some printf formats for 64 bitsSimon Marlow2008-06-171-1/+1
* Experimental "mark-region" strategy for the old generationSimon Marlow2008-06-091-0/+82