[Haskell] Haskell Applications - reg

Ganesh Narayan ganesh.narayan at gmail.com
Sun Oct 7 16:06:49 EDT 2007


Yup, my call graph constructor jst tracks statically resolved call
instructions and splices them to get the whole program graph; no
indirections. I could rewrite the tool, but tracking jmp *%eax would be tad
too complicated! I'd try JHC meanwhile.

Stefen, Simon and David, thanks again for the inputs.

-ganesh

On 10/5/07, David Menendez <dave at zednenem.com> wrote:
>
> 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/>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell/attachments/20071008/20e7e5cd/attachment.htm


More information about the Haskell mailing list