summaryrefslogtreecommitdiff
path: root/rts/Compact.cmm
Commit message (Expand)AuthorAgeFilesLines
* rts: workaround cmm's improper variadic ccall breaking wasm32 typecheckingCheng Shao2022-11-111-1/+1
* Fix Cmm symbol kindCheng Shao2022-11-111-0/+4
* Add native delimited continuations to the RTSAlexis King2022-09-111-1/+2
* Compact regions: Maintain tags properlyAndreas Klebinger2022-03-191-2/+2
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+1
* Correct closure observation, construction, and mutation on weak memory machines.Travis Whitaker2019-06-281-0/+3
* Rename some mutable closure types for consistencyÖmer Sinan Ağacan2018-06-051-4/+4
* rts: Fix compaction of SmallMutArrPtrsBen Gamari2018-05-201-13/+15
* Add likely annotation to cmm files in a few obvious places.klebinger.andreas@gmx.at2018-01-291-3/+3
* whitespace onlyGabor Greif2017-10-181-2/+1
* CNF: Implement compaction for small pointer arraysBen Gamari2017-08-241-3/+21
* Prefer #if defined to #ifdefBen Gamari2017-04-281-2/+2
* rts: Fix "ASSERT ("sBen Gamari2017-04-231-4/+4
* rts/Compact.cmm: fix UNREG build failureSergei Trofimovich2016-12-171-54/+55
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+437