This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: JVM Usenix paper got rejected


>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:

Bryce> One day someone will plug a good JIT into it (ORP seems a
Bryce> possible candidate) and users won't even need to know that
Bryce> they're using a "native" java!

I have a plan for how to integrate ORP, but no time to do it.  The
basic idea is to make a generic interpreter/JIT interface, abstract
out some of the interpreter-specific things in libgcj (eg add the
ability to associate data with a method in a way that isn't tied
specifically to the interpreter).  Then from that we can interface
more or less directly to ORP.  The idea is that sometimes you want a
JIT (and you probably want to choose your JIT from several possible
ones) and sometimes you really do want just an interpreter.  We could
make this selectable at run- or compile-time.

Tom

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]