This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [www] Document C++ -O0 improvements
Bernardo Innocenti wrote:
>> <li>When compiling without optimizations (-O0), GCC will be faster
>> than any previous version. This is especially true for the C++
>> front-end, for which independent testers have measured speed-ups up
>> to 25% in real-world production code, compared to the 3.4 family
>> (which was <strong>already</strong> the fastest version to date).
> ^^^^^^^^
> <emph>...</emph> would probably be more appropriate in this context.
Sure. Gerald, OK with that change?
Paolo: notice that 2.95 is still faster than 3.4 for most C code (see the usual
OpenBSD rants), so I would like to get this paragraph in independently. When
you come back with numbers for C, we can decide what to do.
Giovanni Bajo