[kaffe] Re: INTRP, JIT1 & JIT3 speeds on m68k and x86 platforms
Tony Wyatt
wyattaw@optushome.com.au
Tue May 6 17:06:01 2003
Hi Timothy,
On 07-May-03, you wrote:
> So, what are your configure options and java compilers?
>
On the Amiga HW platform, running AmigaOS, I'm using:
./configure --enable-debug --with-engine=xxx \
--host=m68k-amigaos --target=m68k-amigaos
On the Amiga HW platform, running Debian, I'm using:
./configure --enable-debug --with-engine=xxx \
--host=m68k-linux --target=m68k-linux
On the PC HW, it's just:
./configure --with-engine=xxx
All build with kjc compiler (which is immaterial). I don't know about static
or dynamic libraries - does that make a big difference between JIT1 and
JIT3? It should be the same for both.
All the tests have measured run time only, for the same pre-compiled class.
Each build uses the same config.h, so the library links should be the same.
(At least, at the end of the configure, it says "config.h not changed")
tony