This is the mail archive of the gcc@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]

Re: Large performance regressions from 2.95.2/3 to HEAD


> Anyone have any idea what's going on?

From the bird's perspective, no. There are ways to find out the
problems quite easily: pick one of the test cases that has degraded
performance, generate assembler code with 2.95 and with the mainline,
and compare them. Try to ignore minor difference, instead detect the
major problems - profiling is your friend. 

When you find anything on that level, don't hesitate to post your
results. The next step then is to analyse where these problems come
from - that, of course, requires a detailed understanding what the
problems *are*, at first.

Regards,
Martin


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