Profiling the GHC library.
Simon Marlow
simonmarhaskell at gmail.com
Fri Mar 10 08:00:49 EST 2006
Lemmih wrote:
> How can I build the GHC library in both normal and profiling mode?
Have you tried setting GhcCompilerWays=p? I wouldn't be surprised if it
didn't work properly, because I don't think we've ever tried it.
Normally when we profile the compiler we just set GhcHcOpts+=-prof, and
turn on -auto-all for the modules we're interested in.
Cheers,
Simon
More information about the Cvs-ghc
mailing list