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: Stepanov results with development gcc


Daniel Berlin writes:
> Yes.
> In fact, on a gnupro 99r1 based branch compiler (BeOS) on x86, which is the
> same time frame, we have better than perfect.
> It's like .7 or .8.

No, any report with a value < 1 is IMPERFECT, and large deviations
from 1 indicate a bug.

It means that we are misoptimizing test 0, a very simple loop.
All the loops should run at the same rate.  If any loop runs slower,
it means that the compiler is putting out pessimal code for that loop.

A perfect compiler will produce 1.0 for every test.


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