summaryrefslogtreecommitdiff
path: root/includes/rts/storage/GC.h
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] includes: detabify/dewhitespace rts/storage/GC.hAustin Seipp2014-08-201-27/+27
* Move the allocation of CAF blackholes into 'newCAF' (#8590)Patrick Palka2013-12-041-2/+2
* GHCi: Properly generate jump code for ARM (#8380)Austin Seipp2013-11-221-0/+1
* In the DEBUG rts, track when CAFs are GC'dSimon Marlow2013-11-211-2/+2
* Fix freeHaskellFunPtr crash on iOS.Austin Seipp2013-09-151-0/+3
* Revert "Default to infinite stack size (#8189)"Austin Seipp2013-09-081-10/+3
* Default to infinite stack size (#8189)Austin Seipp2013-09-081-3/+10
* Maintain per-generation lists of weak pointers (#7847)Takano Akio2013-06-151-0/+3
* use libffi for iOS adjustors; fixes #7718Ian Lynagh2013-06-081-2/+5
* Simplify the allocation stats accountingSimon Marlow2013-02-141-1/+1
* Cache the result of countOccupied(gen->large_objects) as gen->n_large_words (...Simon Marlow2012-09-211-0/+1
* Lots of nat -> StgWord changesSimon Marlow2012-09-071-4/+4
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-2/+2
* Add getGCStatsEnabled function.Paolo Capriotti2012-06-191-0/+1
* Change the presentation of parallel GC work balance in +RTS -sDuncan Coutts2012-04-041-2/+2
* use (GHC) idiomatic typesGabor Greif2012-01-091-4/+4
* make CAFs atomic, to fix #5558Simon Marlow2011-10-171-2/+2
* Also include basic time statistics in GCStats.Edward Z. Yang2011-08-061-0/+2
* Implement public interface for GC statistics.Edward Z. Yang2011-07-301-0/+44
* fix an integer overflow (#5086), and pre-emptively avoid more of theseSimon Marlow2011-05-251-9/+17
* GC refactoring and cleanupSimon Marlow2011-02-021-4/+1
* A small GC optimisationSimon Marlow2011-02-021-3/+3
* Remove the per-generation mutable listsSimon Marlow2011-02-021-3/+0
* Count allocations more accuratelySimon Marlow2010-12-211-2/+3
* Make getAllocations() visibleSimon Marlow2010-06-171-0/+7
* includes/rts/storage/GC.h: generation_: n_words: Improve comment.Marco TĂșlio Gontijo e Silva2010-05-261-1/+1
* Add a 'setKeepCAFs' external function (#3900)Simon Marlow2010-03-291-0/+3
* take newCAF() out from sm_mutex; use the capability-local mut list insteadSimon Marlow2009-12-311-2/+2
* Correction to the allocation stats following earlier refactoringSimon Marlow2009-12-041-1/+2
* GC refactoring, remove "steps"Simon Marlow2009-12-031-39/+28
* Make allocatePinned use local storage, and other refactoringsSimon Marlow2009-12-011-28/+8
* Store a destination step in the block descriptorSimon Marlow2009-11-291-0/+7
* Fix incorrectly hidden RTS symbolsSimon Marlow2009-08-291-0/+13
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-0/+204