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] | |
For -O3, try what you want, and maybe I could recommend its use someday, but not for 3.2 or 3.3 and C++. For evidence why, I suggest looking at a recent speed comparison between Gentoo and Debian versions of a number of apps: why did Gentoo come out slower despite its custom optimizations? My theory: -O3.
options time (secs) ------- ----------- n/a 44.4 -Os 28.4 -O1 26.3 -O2 30.2 -O3 30.7
-- 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] |