JRuby status

Charles Oliver Nutter headius at headius.com
Thu Jul 2 23:28:10 PDT 2009


On Thu, Jul 2, 2009 at 6:24 PM, Rémi Forax<forax at univ-mlv.fr> 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



More information about the mlvm-dev mailing list