On Wed, Jun 15, 2011 at 2:42 PM, Rémi Forax <fo...@univ-mlv.fr> wrote:
> You can use invokeWithArguments instead of invokeExact.

Yes, that helps, but I was under the impression that invokeExact would
do a better job inlining at least the early phases of the invocation
into the call site. That may ore may not matter for my inline-caching
paths, though, which are the only places I do direct MH invocation.

- Charlie
_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to