On Wed, Jun 15, 2011 at 2:42 PM, Rémi Forax <[email protected]> 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 [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
