summaryrefslogtreecommitdiff
path: root/includes/rts/storage/Closures.h
Commit message (Expand)AuthorAgeFilesLines
* Add code comments for StgInfoTable and StgStack structsDavid Eichmann2020-11-101-0/+5
* rts/stm: Strengthen orderings to SEQ_CST instead of volatilewip/tsan/stmBen Gamari2020-10-241-3/+3
* Fix CNF handling in compacting GCÖmer Sinan Ağacan2020-04-091-0/+3
* Document and refactor a few things around bitmap scavengingÖmer Sinan Ağacan2020-02-291-0/+6
* Fix unregisterised buildwip/gc/nonmoving-concurrentBen Gamari2019-10-221-1/+1
* rts: Generalise profiling heap traversal flip bit handlingDaniel Gröber2019-09-221-1/+14
* Documentation for StgRetFunÖmer Sinan Ağacan2019-01-161-0/+3
* Fix a MSG_BLACKHOLE sanity check, add some commentsÖmer Sinan Ağacan2018-09-241-1/+6
* rts: Rip out support for STM invariantsBen Gamari2018-06-021-17/+1
* rts: Comment wibblesBen Gamari2018-04-161-1/+1
* Update a few comments regarding CAF listsÖmer Sinan Ağacan2018-03-301-1/+3
* Prefer #if defined to #ifdefBen Gamari2017-04-281-2/+2
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-5/+1
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-37/+49
* Compact RegionsGiovanni Campagna2016-07-201-0/+46
* Remove obsolete/redundant FLEXIBLE_ARRAY macroHerbert Valerio Riedel2016-04-181-10/+10
* s/StgArrWords/StgArrBytes/Siddhanathan Shanmugam2015-09-111-10/+3
* [ci skip] includes: detabify/dewhitespace rts/storage/Closures.hAustin Seipp2014-08-201-17/+17
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-291-0/+6
* Comment on StgArrWords vs StgArrBytesArash Rouhani2013-11-221-1/+8
* Allow multiple C finalizers to be attached to a Weak#Takano Akio2013-06-151-4/+8
* fix comment (#7907)Simon Marlow2013-05-211-1/+1
* The shape of StgTVar should not depend on THREADED_RTSSimon Marlow2012-11-011-2/+0
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-55/+1
* add a constSimon Marlow2011-02-021-1/+1
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-0/+5
* New asynchronous exception control API (ghc parts)Simon Marlow2010-07-081-1/+1
* FIX #38000 Store StgArrWords payload size in bytesAntoine Latter2010-01-011-1/+1
* Change the representation of the MVar blocked queueSimon Marlow2010-04-011-4/+10
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-1/+16
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-1/+24
* Fix #650: use a card table to mark dirty sections of mutable arraysSimon Marlow2009-12-171-0/+2
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-0/+417