Interface calls

Gary Benson gbenson at redhat.com
Mon Jun 8 08:22:59 PDT 2009


Hi all,

Shark's implementation of invokeinterface currently mirrors what the
interpreter does, and I'm trying to rewrite it to be more efficient.
The current implementation pulls the index from the constant pool,
which is ugly.  Is it possible to get this from the typeflow at
compile time?  I tried looking to see how opto does it, but I don't
really understand how opto does calls at all :(

Cheers,
Gary

-- 
http://gbenson.net/



More information about the hotspot-compiler-dev mailing list