On Thu, Jul 2, 2009 at 6:24 PM, Rémi Forax<[email protected]> wrote: > Charles Oliver Nutter a écrit : >> Yesterday I worked through almost all the remaining non-handle calls >> in the fast path for JRuby dyncalls, replacing them with adapter >> handles of various shapes and sizes. The general sequence for a simple >> call now uses drop, fold, permute, convert, and insert at various >> stages, > > It will be a great test case :)
I certainly hope so! And once I'm convinced it's "finished" I will run it with your backport, run it with latest MLVM, and write up a blog post detailing the whole process from old call logic to new call logic. > I've forget to say that the backport contains a script that automatically > create a mocked jar from mlvm repository : > http://code.google.com/p/jvm-language-runtime/source/browse/#svn/trunk/invokedynamic-backport/mock Ahh, that's excellent! I will look into integrating your mock jar instead of mine, since yours will be easier to keep up-to-date. - Charlie _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
