From: | Rudi Chiarito |
Date: | 31 Aug 2000 at 08:48:59 |
Subject: | Re: AMIOPEN: has anyone run SPEC benchmark using VP? |
On Wed, Aug 30, 2000 at 07:45:33PM -0700, mef@cs.washington.edu wrote:
> I am curious how much VP impacts performance. So, has anyone run the SPEC
> benchmarks through the VP compiler and compared it the native compilation of
> the SPEC benchmarks?
SPECfp wouldn't be a valid test at all, considering the "developmental"
nature of the current x86 translator. SPECint would be almost fair,
especially if native binaries are compiled with gcc 2.8.1 and not 2.9.x.
It would be really fair if it also didn't make use of type "long": x86
compilers use 32 bits for it, while VP uses 64 and thus has to emulate
such arithmetic in software (which makes things slower).
Nothing or noone prevents you from porting any benchmarks, anyway.