Hi!
As 3.3 is now out, I start comparing 3.3 to HEAD wrt compile time
performance and performance of the resulting code. As always these
comparisons are for a POOMA based scientific application.
I experience a 100% compile time regression (673.50s -> 1284.48s) and
a 12% runtime performance regression (150s -> 171s) when comparing
gcc3.3 to HEAD.
Time reports follow, the most prominent regressions are expand, global
CSE
(>300%!), loop analysis and branch prediction.
Compile options are -ftemplate-depth-80 -fno-exceptions -O2
-march=athlon
-funroll-loops -fomit-frame-pointer