Re: native code produced by Java bytecode JIT compilers

kuznetso@MIT.EDU (Eugene Kuznetsov)
15 Dec 1996 15:44:31 -0500

          From comp.compilers

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)
| List of all articles for this month |

From: kuznetso@MIT.EDU (Eugene Kuznetsov)
Newsgroups: comp.compilers
Date: 15 Dec 1996 15:44:31 -0500
Organization: Compilers Central
References: 96-12-064
Keywords: Java

<jhummel@crispix.ICS.UCI.EDU> wrote:


> Does anyone know a way of viewing the native code produced by JIT
> compilers?


No, there is currently no way to do that. I doubt that it is something
that any JIT vendor, my employer included, would be motivated to add
this. Other than being useful for study (or, in the mind of the paranoid,
reverse-engineering) it upsets the cross-platform balance so important to
java. (Java source that relies on JIT behavior for functional or
optimization purposes is not likely to be terribly portable.)
Is there some specific thing you're trying to find out about or are you
generally interested in how java JIT's work?


                                                                                                                        Eugene Kuznetsov
                                                                                                                        kuznetso@mit.edu
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.