summaryrefslogtreecommitdiff
path: root/rts/Heap.c
Commit message (Expand)AuthorAgeFilesLines
* rts: specify deallocator of allocating functionsNicolas Trangez2022-11-021-1/+1
* Add native delimited continuations to the RTSAlexis King2022-09-111-0/+4
* rts: Move thread labels into TSOBen Gamari2022-08-061-0/+4
* ghc-heap: Don't Box NULL pointersBen Gamari2022-06-181-6/+11
* rts: Don't allocate closurePtrs# pointers on C stackBen Gamari2022-01-301-2/+5
* rts: Fix use of sized array in Heap.hBen Gamari2021-08-091-2/+2
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-281-0/+19
* ghc-heap: expose decoding from heap representationDavid Eichmann2020-11-101-18/+23
* ghc-heap: implement WEAK closure type #16974Adam Sandberg Eriksson2019-07-261-0/+8
* support small arrays and CONSTR_NOCAF in ghc-heapDavid Hewson2019-05-311-0/+11
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-161-3/+8
* Rename some mutable closure types for consistencyÖmer Sinan Ağacan2018-06-051-3/+3
* Add HeapView functionalityPatrick Dougherty2018-05-201-0/+220