[Bug c++/17278] [4.0 Regression] 24% C++ compile-time regression in comparison with 3.4.1 at -O1 optimization level
steven at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Dec 23 11:31:00 GMT 2004
------- Additional Comments From steven at gcc dot gnu dot org 2004-12-23 11:30 -------
It's interesting that -O1 is consistently slower than previous
releases. Perhaps we should turn off some of the more costly
tree passes at -O1, such as iterating in DOM, and the expensive
loop optimizations. Any thoughts on this?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17278
More information about the Gcc-bugs
mailing list