Arg ordering on the test path method handle for GwT
Fredrik Öhrström
oehrstroem at gmail.com
Tue Jan 25 00:54:28 PST 2011
2011/1/14 Mark Roos <mroos at roos.com>
> My question had to do with run time overhead. Do you think that
> invokeGeneric
> is slower than invokeEaxct at run time? If not then that removes one of the
> reasons for not using java classes.
invokeGeneric should have the same speed as invokeExact when the callsite
types and the target method types match exactly (String for String and
Object for Object).
Clearly the Hotspot implementation leaves a lot to desire for the moment,
but this is the definite goal and the performance will improve over time.
//Fredrik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20110125/35bb7ecb/attachment.html
More information about the mlvm-dev
mailing list