Backport update
John Rose
John.Rose at Sun.COM
Thu Mar 25 11:16:42 PDT 2010
Amazing; congratulations!
On Mar 25, 2010, at 11:02 AM, Rémi Forax wrote:
> I've updated the backport (1.3) to be in sync with the current mlvm status.
> http://code.google.com/p/jvm-language-runtime/downloads/list
>
> It supports lightweight CallSite, invokeExact, invokeGeneric but
> the support of new ldc is not ready (I need a new version of ASM
> and currently some regression tests failed).
>
> invokeGeneric does a real invokeGeneric or at least I think it does :)
> invokeExact is an alias for invokeGeneric.
This is the exact opposite of the current state of the RI.
Use MH.invokeVarargs as a workaround, to get the most permissive behavior from both systems.
-- John
More information about the mlvm-dev
mailing list