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/19445] 50 fold compile time increase between gcc-3,4 and gcc-4,0 on included code


------- 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


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