This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/8361] [3.3/3.4/4.0 regression] C++ compile-time performance regression


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-04 16:31 -------
Here is the current results for 3.3.2 vs the mainline:
                    -O0      -O1       -O2      -O3
3.3.2          28.93      42.81   61.13    58.140
mainline     11.06      43.18   54.86    58.35

So we are faster at -O0 but slightly slower at optimization levels  but if we trust the numbers for 3.0.4 
compared to 3.3, we are still 30% slower than 3.0.4 except at -O0.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8361


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