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: Latest snapshot produces slower code that egcs-1.0.3


>...
> The problem now is that my application shows a 30% slowdown
> when compiled with egcs-19980531, i.e., egcs-1.0.3 gives
> a much better performance.
> My platform is i586/Linux. Another maybe useful indication
> is that my code is "STL intensive".
> 
> Is there anything I can do to help tracking the problem?

If you can pinpoint particular small functions that exhibit a slowdown,
it should make it easier to figure out what is going wrong.
e.g. here is the function, here's the assembly from 1.0.3, here's
the assembly from the current snapshot.




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