Ruby 2.6 Preview Rolls Out With JIT Support

Written by Michael Larabel in Free Software on 3 June 2018 at 01:31 PM EDT. 21 Comments
FREE SOFTWARE
The first preview release of Ruby 2.6 is now available and its big change compared to its earlier releases is a just-in-time (JIT) compiler.

The Ruby 2.6 JIT compiler is designed to improve the performance of program execution -- its approach used is converting to C code, dumping to the disk, and uses a C compiler (GCC or Clang) to generate the native code.

There is still more work to do on the Ruby JIT, especially with regards to performance optimizations, but it's a starting point. The Ruby 2.6 preview release also has a new RubyVM::AST module, endless range support, and various other non-JIT related performance improvements.

More details on the new JIT support and other Ruby 2.6 preview features via Ruby-Lang.org.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week