-O3 (finline-functions to be exact) might create useless code that will polute cache and throws away the advantages of using trace caches.
I use -O2 and this works fine for me. Kind regards, Joao Seabra On Tue, 28 Oct 2003, Chris Graves wrote: > OK, so some folks swear by "-O3" optimizations, but alot of what I've > read suggests "-O2" produces "faster" binaries. > > I have a Pentium III (coppermine) @ 900MHz with 512M RAM and 1G swap. > What CFLAGS do I want? (questionably unstable optimizations that do > produce better results are OK) > > -chris > > > > -- > [EMAIL PROTECTED] mailing list > > -- [EMAIL PROTECTED] mailing list
