darcs patch: Get External Core (-fext-core) working with
readline
Samuel Bronson
naesten at gmail.com
Mon Nov 6 12:39:55 EST 2006
On 11/6/06, Simon Marlow <simonmarhaskell at gmail.com> 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.
More information about the Cvs-ghc
mailing list