optimization/10160: [3.3/3.4 regression][SPARC] compile time regression; inordinate time spent in "scheduling"
ebotcazou@gcc.gnu.org
ebotcazou@gcc.gnu.org
Wed Apr 16 13:14:00 GMT 2003
Synopsis: [3.3/3.4 regression][SPARC] compile time regression; inordinate time spent in "scheduling"
Responsible-Changed-From-To: vmakarov->ebotcazou
Responsible-Changed-By: ebotcazou
Responsible-Changed-When: Wed Apr 16 13:14:39 2003
Responsible-Changed-Why:
Hum... I don't think that the scheduler is to be blamed here,
rather the tree inliner: cutting the inlining limit by 10
(-finline-limit=60) brings the compile time on par with that
of the 3.2.x branch.
The new logic of the tree inliner is not exactly adapted to this testcase.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10160
More information about the Gcc-bugs
mailing list