On 10/16/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > > Can you try running with these flags as well and confirm that methods > are successfully compiling? > > -J-Djruby.jit.logging=true -J-Djruby.jit.logging.verbose=true > > JIT seems to be working. And I haven't seen any non-compilable method yet. I also did some test with the JIT-threshold: The higher the value the faster the test.
[EMAIL PROTECTED]:~/petstore/trunk$ echo 'load "script/benchmark_action"' | ~/jruby_/trunk/jruby/bin/jruby -J-server - J-Djruby.jit.enabled=true -J-Djruby.jit.logging=true - J-Djruby.jit.logging.verbose=true -J-Djruby.objectspace.enabled=falsescript/console ar_jdbc compiled: script/console compiled: Configuration.root_path compiled: List.search Loading ar_jdbc environment. compiled: /home/chris/jruby_/trunk/jruby/bin/jirb compiled: <anon class>.def_token compiled: <anon class>.def_exception compiled: Exception2MessageMapper.def_exception compiled: Configuration.root_path ....