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 tree-optimization/50904] [4.7 regression] pessimization when -fno-protect-parens is enabled by -Ofast


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

--- Comment #48 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-12-05 17:58:13 UTC ---
> Fixed (fingers crossing).

So far, so good! The runtime for induct compiled with -fprotect-parens -Ofast
went down from 14.11s to 13.14s, and compiled with -Ofast from 14.62s to 13.32s
(still ~1% slower). The timings for the other tests in the polyhedron suite
were basically unchanged (i.e., within the noise margin).

Thanks for the patch.


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