[Haskell-cafe] Graph theory analysis of Haskell code

Stefan O'Rear stefanor at cox.net
Thu Dec 6 20:22:01 EST 2007


On Fri, Dec 07, 2007 at 10:16:43AM +1000, Ivan Miljenovic wrote:
> On 07/12/2007, Tommy McGuire <mcguire at crsr.net> wrote:
> >
> > I was actually thinking that something like that would be more valuable
> > for a language like C, where types are not represented in the control flow.
> >
> > By the way, in a completely different context I just ran across a couple
> > of references:
> >
> > "Concrete Architecture of the Linux Kernel". Ivan T. Bowman, Saheem
> > Siddiqi, and Meyer C. Tanuan.
> >
> > "Conceptual Architecture of the Linux Kernel", Ivan T. Bowman.
> >
> > (The first is available on CiteSeer; I haven't found the second.)
> 
> OK, thanks.
> 
> >
> >
> > prof and gprof?
> 
> That looks like them.  Of course, us Haskellers have no need of such
> things, since our programs have profiling inbuilt into the RTS (at
> least when using GHC, anyway)!

prof derives most of its utility from special hooks baked into gcc and
libc.  So gcc/prof is not really that different from ghc/hp2ps.

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-cafe/attachments/20071206/c09b185f/attachment.bin


More information about the Haskell-Cafe mailing list