On Sat, May 28, 2011 at 6:49 PM, Charles Oliver Nutter <[email protected]> wrote: > I'm double-checking everything now and will get back to you, but I'm > not sure how the logic asType logic could explain the extra stuff...
There's also the + call being dispatched through invokedynamic, and it looks like this: * GWT ** test: same as before, insert => drop => DMH ** target: permute => convert (IRubyObject to RubyFixnum cast) => DMH The convert here is unavoidable since we have IRubyObject receiver coming in and need to invokevirtual against RubyFixnum. - Charlie _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
