Is there any reason why 1.9 is twice as slower to start than 1.8?

time jruby -e 'puts 1'

1

real    0m0.807s
user    0m0.744s
sys     0m0.084s


time jruby --1.9 -e 'puts 1'
1

real    0m1.627s
user    0m1.684s
sys     0m0.116s

Using jruby-head compiled with ant from github (which stopped worked with rvm recently for some reason).

Thanks in advance,

Rodrigo.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to