[Bug tree-optimization/19445] 50 fold compile time increase between gcc-3,4 and gcc-4,0 on included code
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jan 14 21:24:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-14 21:24 -------
One more thing with -Os the compile time is fine in 4.0.0 because we don't duplicate final blocks.
I am not marking this as a regression because we produce better code with the mainline than 3.4/3.3
for this case. Basically the problem can be fixed by making gcc not inline a function into itself or
making the decting if a function does not throw better.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19445
More information about the Gcc-bugs
mailing list