Tim Walsh <[EMAIL PROTECTED]> wrote:

> Can anyone give me some detailed structure details of the
> Link Vector which is passed to a JIT using the java_lang_Compiler_start
> function.
> Frank Yellin's JIT Compiler API just mentions the types of addresses
> contained with in it.

JIT API has not been well documented by Sun.
`The JIT Compiler API' by Frank Yellin is the only
document describing the JIT API of classic VM, although
it is written for JDK 1.0.2(!) and not comprehensible.

But we can see the source code of existing JIT compilers
such as TYA, shuJIT and OpenJIT. They are helpful in
understanding the JIT API and the JDK source code may be
also helpful. And JIT developers on this list may answer
if you have specific questions.

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