[Haskell] Haskell Applications - reg

David Menendez dave at zednenem.com
Thu Oct 4 21:52:02 EDT 2007


On 10/4/07, Ganesh Narayan <ganesh.narayan at gmail.com> wrote:
> True,  but I was of the opinion that -O0, -fno-state-hack and
> -fno-full-laziness would preserve the calling structure with minimal
> perturbance. Wouldn't it? Besides, I am hardly aware of any utility that
> generates source level call graph/expression dependence graph; suppose one
> can generate a module dependency graph, but guess its little too coarse!

You might have more luck with JHC, which (if I understand correctly)
creates intermediate C code that somewhat resembles the Haskell source
in structure.

-- 
Dave Menendez <dave at zednenem.com>
<http://www.eyrie.org/~zednenem/>


More information about the Haskell mailing list