[Haskell] Haskell Applications - reg
Stefan O'Rear
stefanor at cox.net
Wed Oct 3 20:15:17 EDT 2007
On Thu, Oct 04, 2007 at 05:32:31AM +0530, Ganesh Narayan wrote:
> [1] Am presently constructing the call graphs from disassembled application
> binaries; resultant graph includes ghc runtime library calls.
Not necessary a good idea - Haskell's purity gives the compilers great
license to reorder and rearrange code, and the laziness causes the
dynamic call graph to differ wildly from the static call graph even
without without optimizations. GHC's use of a private stack with very
weird return conventions probably isn't helping either!
Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://www.haskell.org/pipermail/haskell/attachments/20071003/78057e0f/attachment-0001.bin
More information about the Haskell
mailing list