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] |
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.
-- 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] |