On 11/6/06, Simon Marlow <[EMAIL PROTECTED]> wrote:
Samuel Bronson wrote:

> Unfortunately I have no idea where to look for the *time*... I wish
> non-exported ("static") names were qualified with the module name in
> the object files, just like exported names are... (would make it
> easier to compare output between cachegrind runs, IMO)

I worry slightly about bloating the symbol table and increasing link times, but
perhaps I shouldn't.  You can make this change pretty easily - see the
Outputable instance for Name in the Name module.

Ah, thanks. I would never have thought to look in an Outputable instance.
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to