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: some interesting timing statistics


> I have a source file which demonstrates pretty nicely how much slower
> the compiler's gotten since 2.7.x.  It is 12583 lines long, with 286
> functions.  On x86:

One thing to take into account in comparisons like this: were both compilers
compiled with the same optimization flags?

> I'm surprised -O2 slows down the parser, of all things, compared to
> -Os.  A hefty chunk of the performance loss comes from there.

That could be because all the time not accounted for otherwise is counted
against the parser.  Most likely it's a simple accounting error.

Bernd


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