Need 286 "C" benchmark

Ken Shoemaker kds at intelca.UUCP
Sun May 26 08:36:32 AEST 1985


> int a[50000];
> 
> main()
> {
>   int i;
>   for (i=0; i<50000; i++) a[i+1] = a[i];
> }
> 
> Dave Trissel    {seismo,ihnp4}!ut-sally!oakhill!davet
> Motorola Semiconductor Inc.  Austin, Texas
> "I work with 'em and mine works"

Hmmm, once again Dave has submitted a benchmark that requires more than 64K
of data.  This continued harping on the issue seems to indicate to me that
maybe Dave realizes that for programs that require less than 64K of data
that a 12MHz 286 actually keeps pace with the 16.67 MHz 68020.  Of course,
he might not be saying this at all, and far be it for ME to try to read
between his lines of code.....I would like to see the 680{00,10,20} 
performance numbers and system configurations for these benchmarks, though,
just for internal curiousity.
-- 
It looks so easy, but looks sometimes deceive...

Ken Shoemaker, Intel, Santa Clara, Ca.
{pur-ee,hplabs,amd,scgvaxd,dual,omovax}!intelca!kds
	
---the above views are personal.  They may not represent those of Intel.



More information about the Comp.lang.c mailing list