bgamari / ghc-debug

Moved to Haskell.org GitLab.
https://gitlab.haskell.org/ghc/ghc-debug
62 stars 10 forks source link

Move some utilities from the old ghc-heap-view into ghc-debug #23

Open mpickering opened 5 years ago

mpickering commented 5 years ago

There are some utilities in the old ghc-heap-view library for building graphs/trees from a single closure. This would be useful to port over, in fact, necessary in order to deal with cycles.

https://github.com/nomeata/ghc-heap-view/blob/master/src/GHC/HeapView.hs

mpickering commented 5 years ago

Done. Approximately. Traversing through stacks won't really work yet.