
17 May
2021
17 May
'21
6:38 a.m.
On Mon, 17 May 2021, Clinton Mead wrote:
Is there anything I can get that helps me identify space leaks like this at compile time (that is, pre-runtime)? Either from GHC or from another tool? Or do we just have to rely on squishy humans to do this as compile time and our only automated tools have to be delayed til runtime?
There are at least tools to visualize GHC's internal data structures at runtime: ghc-heap-view/ghc-vis. https://github.com/nomeata/haskell-bytes-bobkonf2021