This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compilation-time suggestion #2


Roger Sayle wrote:
I was thinking that the compiler itself is always built just the
compiler flags, "-O2 -g", i.e. BOOT_CFLAGS.  The thought occurred
to me that if it weren't for debugging issues we could use -O3 or
-fomit-frame-pointer.  Then it struck me that this might be an
excellent case-study for Scott Robert Ladd's genetic algorithms.
Are there any optimizations that should be explicitly enabled or
disabled during bootstrap, to produce a faster compiler.

I'm working on this very thing at the moment, but it requires a somewhat different approach from the one I took in the original Acovea. If someone is willing to lend me some cluster time, I could speed up my analysis... ;)



-- Scott Robert Ladd Coyote Gulch Productions (http://www.coyotegulch.com) Software Invention for High-Performance Computing



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]