On Fri, Feb 11, 2000 at 08:19:09AM -0600, Nathan Kinsman wrote:
> I've been doing some compiler benchmarks with AMD K3-450 and CURRENT
Hum... K6-3/450 I assume.
> D) -s -O3 2.141 1.852 1.979
> E) -s -O6 2.144 1.850 1.981
These should be the same as -O's above 3 are ignored by GCC 2.95 (pgcc
does offer -O's above 3). So it sounds like you are getting cacheing
affects, or you aren't making enough runs and averaging them.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message