Review Request: Add fast bytecode support to C++ interpreter
Gary Benson
gbenson at redhat.com
Tue Mar 30 03:07:11 PDT 2010
Hi all,
HotSpot has the capability to rewrite the bytecode stream, for example
to combine common instruction pairs, but the C++ interpreter has no
support for this. This webrev adds support for backing out over
rewritten bytecodes to the C++ interpreter, in much the same way as I
believe the template interpreter does.
http://cr.openjdk.java.net/~gbenson/cc_interp-rewrites/
This was contributed by Edward Nevill, who has signed the SCA. His
original mail is here:
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2010-March/008818.html
I don't have a bug id for this.
Cheers,
Gary
--
http://gbenson.net/
More information about the hotspot-compiler-dev
mailing list