Date: Tue, 29 May 2001 16:58:26 +0000 From: Yoriaki FUJIMORI <fujimori@grafin.fujimori.cache.waseda.ac.jp> To: Riccardo.Veraldi@fi.infn.it Cc: freebsd-alpha@freebsd.org Subject: Re: tscp MIPS result really weird Message-ID: <200105290758.QAA01412@grafin.fujimori.cache.waseda.ac.jp> In-Reply-To: Your message of "Tue, 29 May 2001 09:32:05 %2B0200." <Pine.NEB.4.33.0105290930500.1855-100000@nikita.fi.infn.it>
next in thread | previous in thread | raw e-mail | index | archive | help
I do not know the exact spec of your machine and how it is configured. But, I will show you my result: (1) AlphaPC164 500MHz(2MB)/512MB [FreeBSD4.3] (2) PC164LX 600MHz(4MB)/1024MB [Tru64 5.0] (3) UP1100 600MHz(2MB)/768MB [FreeBSD4.2] (A) ccc -tune ev56 -O4 -fast -ifo *.c (Compaq ccc on linux-emulator) (1) 550822, 7143ms, 77113 (524 MIPS) (3) 550822, 4309ms, 127830 (869 MIPS) (B) ccc -tune ev6 -O4 -fast -ifo *.c (Compaq ccc on linux-emulator) (3) 550822, 4159ms, 132240 (900 MIPS) (C) cc -nointrinsics -tune ev56 -O3 -ifo *.c (Compaq cc on tru64) (2) 550822, 5554ms, 99175 (674.2 MIPS) (3) 550822, 4354ms, 126509 (860 MIPS) I guess the amount of B-cache matters with respect to this kind of small scale benchmarks. Yoriaki Fujimori To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105290758.QAA01412>