RE: JRuby + invokedynamic on IKVM.NET

2011-08-17 Thread Jeroen Frijters
Charles Oliver Nutter wrote: > On Tue, Aug 16, 2011 at 8:46 AM, Jeroen Frijters > wrote: > > Hi everyone, > > > > I "finished" the initial JSR292 implementation. I haven't done any > performance work and it shows: > > Oh very nice :) Only took about a month (since JVMLS) for you to have a > worki

Re: JRuby + invokedynamic on IKVM.NET

2011-08-16 Thread Charles Oliver Nutter
On Tue, Aug 16, 2011 at 8:46 AM, Jeroen Frijters wrote: > Hi everyone, > > I "finished" the initial JSR292 implementation. I haven't done any > performance work and it shows: Oh very nice :) Only took about a month (since JVMLS) for you to have a working 292 release? The base numbers aren't bad

Re: JRuby + invokedynamic on IKVM.NET

2011-08-16 Thread Christian Thalinger
Very cool! -- Christian On Aug 16, 2011, at 3:46 PM, Jeroen Frijters wrote: > Hi everyone, > > I "finished" the initial JSR292 implementation. I haven't done any > performance work and it shows: > > ikvm -Djruby.compile.invokedynamic=false -jar jruby-complete-1.7.0.dev.jar > bench\bench_fib_

Re: JRuby + invokedynamic on IKVM.NET

2011-08-16 Thread Christian Thalinger
On Aug 16, 2011, at 4:12 PM, Jeroen Frijters wrote: > Hi Rémi, > >> Do you have changed the argument of fib, the result is different from >> one post by Charles ? > > I didn't change anything and I get the same result with JDK 7, so something > else must have changed. We usually use 5 35 as a

RE: JRuby + invokedynamic on IKVM.NET

2011-08-16 Thread Jeroen Frijters
Hi Rémi, > Do you have changed the argument of fib, the result is different from > one post by Charles ? I didn't change anything and I get the same result with JDK 7, so something else must have changed. Regards, Jeroen ___ mlvm-dev mailing list mlv

Re: JRuby + invokedynamic on IKVM.NET

2011-08-16 Thread Rémi Forax
On 08/16/2011 03:46 PM, Jeroen Frijters wrote: > Hi everyone, Hi Jeroen, > > I "finished" the initial JSR292 implementation. I haven't done any > performance work and it shows: > > ikvm -Djruby.compile.invokedynamic=false -jar jruby-complete-1.7.0.dev.jar > bench\bench_fib_complex.rb > normal f

Auto Reply: JRuby + invokedynamic on IKVM.NET

2011-08-16 Thread bernard . traversat
This is an auto-replied message. I am out of the office until Aug 22nd with limited access to email and phone. ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

JRuby + invokedynamic on IKVM.NET

2011-08-16 Thread Jeroen Frijters
Hi everyone, I "finished" the initial JSR292 implementation. I haven't done any performance work and it shows: ikvm -Djruby.compile.invokedynamic=false -jar jruby-complete-1.7.0.dev.jar bench\bench_fib_complex.rb normal fib 832040 0.286000 0.00 0.286000 ( 0.286000) fib with constants