summaryrefslogtreecommitdiff
path: root/rts/Heap.c
Commit message (Expand)AuthorAgeFilesLines
* 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