Related articles |
---|
native code produced by Java bytecode JIT compilers jhummel@crispix.ICS.UCI.EDU (Joe Hummel) (1996-12-07) |
Re: native code produced by Java bytecode JIT compilers apalanis@students.uwf.edu (1996-12-10) |
Re: native code produced by Java bytecode JIT compilers kuznetso@MIT.EDU (1996-12-15) |
From: | Joe Hummel <jhummel@crispix.ICS.UCI.EDU> |
Newsgroups: | comp.compilers |
Date: | 7 Dec 1996 23:11:13 -0500 |
Organization: | Compilers Central |
Keywords: | Java, question |
cc: | jhummel@crispix.ICS.UCI.EDU |
Does anyone know a way of viewing the native code produced by JIT
compilers? There is the source to a public domain JVM with JIT
capability called Kaffe
(http://web.soi.city.ac.uk/homes/tim/kaffe/kaffe.htm), but JIT is only
supported for i386 (in which case I need to install Linux on a PC,
then Kaffe, then modify the source...).
I was hoping for an easier way, e.g. that JIT compilers cache their
results in some standard place, or perhaps there is a Java API for
getting at the native code.
Thanks in advance,
- joe
------------------------------------
Joe Hummel
ICS Graduate Student, UC Irvine
Internet: jhummel@ics.uci.edu
WWW: http://www.ics.uci.edu/~jhummel
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.