Hi Charlie,
1. There is a problem with JRuby: starting from b136 of JDK7, ruby refuses to
compile benchmark when -Xcompile.invokedynamic=true:
$ bin/jruby -X+C -Xcompile.invokedynamic=true
bench/bench_fib_recursive.rb
RuntimeError: could not compile and compile mode is 'force':
bench/bench_fib_recursive.rb
$ bin/jruby -X+C bench/bench_fib_recursive.rb
<normal output of this benchmark>
I can file a bug at bugs.jruby.org.
2. Are there any plans to update JRuby to use java.lang.invoke instead of
java.dyn (it is a simple change, right?).
Best regards,
Kirill
_______________________________________________
mlvm-dev mailing list
[email protected]
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev