>> Both TYA and the ShuJIT are free JIT's which work with Linux and JDK 1.1 ...
>> I am assuming that porting them to work with JDK 1.2 will not be (too)
>> difficult.
>
> I know nothing, but I've heard that the interface for JITs has changed a
> lot between 1.1 and 1.2.

The interface is certainly changed. COMPILER_VERSION as
version number of the interface is changed from 5 of JDK
1.1 to 6 of JDK 1.2.

But the internal structure of JVM will not be changed
drastically. I suppose adaptation of JITs to JDK 1.2
isn't too hard.

But, JDK 1.2 for Linux/x86 will include a JIT binary
offerrd by Sun.

> Cc: [EMAIL PROTECTED]
> Subject: Re: SUN "supports" Java on Linux?
> From: Juergen Kreileder <[EMAIL PROTECTED]>
> Date: 06 Feb 1999 19:30:56 +0100
> Message-ID: <[EMAIL PROTECTED]>

> No, JDK 1.2 for i386 includes sunwjit but the 1.2 JDK isn't ready yet.
> We get sunwjit as a binary and when 1.2 is ready both the JDK and sunwjit
> will be released at the same time and in one package.

The JIT may show a bit less performance than a JIT for
Solaris/x86. I don't think Sun optimized the JIT for
Linux with utilizing stuffs related deeply to OS, such
as signal.

Kazuyuki SHUDO                          Happy Hacking!
  Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to