An introduction to ghc-debug: precise memory analysis for Haskell programs

9 Likes

Is this related to https://well-typed.com/blog/2021/01/first-look-at-hi-profiling-mode/ ?

Yes, this is part of a connected stream of work. ghc-debug will make use of the info table provenance entries generated by -finfo-table-map to show the source locations of closures.

2 Likes