On Ruby (the tumbleblog)

Quick posts from the On Ruby world.

 

April 30
ant test-compiler now runs 100% successfully. This means that all our
regression tests pass with the JIT enabled and threshold set to zero
(i.e. if a method can be compiled, compile it the first time before
running it).

This is a major boost toward having the JIT enabled and well supported.
Charlie Nutter on JRuby progress