Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ghc-heap: Don't Box NULL pointers | Ben Gamari | 2022-06-18 | 1 | -6/+11 |
* | rts: Don't allocate closurePtrs# pointers on C stack | Ben Gamari | 2022-01-30 | 1 | -2/+5 |
* | rts: Fix use of sized array in Heap.h | Ben Gamari | 2021-08-09 | 1 | -2/+2 |
* | ghc-heap: partial TSO/STACK decoding | David Eichmann | 2020-11-28 | 1 | -0/+19 |
* | ghc-heap: expose decoding from heap representation | David Eichmann | 2020-11-10 | 1 | -18/+23 |
* | ghc-heap: implement WEAK closure type #16974 | Adam Sandberg Eriksson | 2019-07-26 | 1 | -0/+8 |
* | support small arrays and CONSTR_NOCAF in ghc-heap | David Hewson | 2019-05-31 | 1 | -0/+11 |
* | Support the GHCi debugger with -fexternal-interpreter | Simon Marlow | 2018-07-16 | 1 | -3/+8 |
* | Rename some mutable closure types for consistency | Ömer Sinan Ağacan | 2018-06-05 | 1 | -3/+3 |
* | Add HeapView functionality | Patrick Dougherty | 2018-05-20 | 1 | -0/+220 |