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 _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
