summaryrefslogtreecommitdiff
path: root/rts/ClosureFlags.c
Commit message (Expand)AuthorAgeFilesLines
* Add native delimited continuations to the RTSAlexis King2022-09-111-1/+2
* rts: Mark closureFlags array as constBen Gamari2022-04-221-1/+1
* rts: Introduce ip_STACK_FRAMEBen Gamari2022-04-221-66/+66
* rts: document some closure typesAdam Sandberg Ericsson2022-02-161-0/+2
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
* Rename some mutable closure types for consistencyÖmer Sinan Ağacan2018-06-051-6/+6
* Remove CONSTR_STATICSimon Marlow2016-11-141-67/+66
* Compact RegionsGiovanni Campagna2016-07-201-2/+3
* Remove unused IND_PERMJoachim Breitner2016-01-231-2/+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
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-291-2/+6
* Untab ClosureTypes.h and ClosureFlags.cPatrick Palka2013-12-041-41/+41
* Add a write barrier for TVAR closuresSimon Marlow2012-11-161-2/+3
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-3/+2
* fix _BTM field of closureFlags[], and document what it means (#5923)Simon Marlow2012-03-141-9/+9
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-4/+6
* Remove the IND_OLDGEN and IND_OLDGEN_PERM closure typesSimon Marlow2010-04-011-3/+1
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-1/+1
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-7/+3
* remove the GUM closure typesSimon Marlow2009-08-031-6/+1
* use C99-style array initialisersSimon Marlow2009-08-031-75/+70
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-181-4/+1
* Initial parallel GC supportSimon Marlow2007-10-311-2/+3
* Add a proper write barrier for MVarsSimon Marlow2007-10-111-2/+3
* Minor comment updateMichael D. Adams2007-06-061-2/+2
* Remove vectored returns.Simon Marlow2007-02-281-3/+1
* STM invariantstharris@microsoft.com2006-10-071-2/+4
* Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure typesSimon Marlow2006-09-071-4/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+107