Open jwaldmann opened 3 years ago
ersatz realizes observable sharing. Sometimes I find it hard to imagine the actual DAG that this creates. And even harder if some rewriting is applied. In such cases it'd be good to look that the actual contents of the heap.
ersatz
This seems the tool for doing so http://ghc.gitlab.haskell.org/ghc-debug/docs.html , also http://hackage.haskell.org/package/vacuum
vacuum looks dead, I think we want https://github.com/def-/ghc-vis
ersatz
realizes observable sharing. Sometimes I find it hard to imagine the actual DAG that this creates. And even harder if some rewriting is applied. In such cases it'd be good to look that the actual contents of the heap.This seems the tool for doing so http://ghc.gitlab.haskell.org/ghc-debug/docs.html , also http://hackage.haskell.org/package/vacuum