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]

Re: optimization/10160: [3.3/3.4 regression][SPARC] compile time regression; inordinate time spent in "scheduling"


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


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