bgamari / ghc-debug

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

Implement ideas from BLEAK #24

Open mpickering opened 5 years ago

mpickering commented 5 years ago

BLEAK is a tool to automatically find memory leaks in javascript applications. Similar ideas can be used for Haskell applications.

https://github.com/plasma-umass/BLeak/blob/master/paper.pdf