+ 4
Ruby 2.6.0-preview1 Released
Ruby 2.6.0-preview1 is the first preview toward Ruby 2.6.0. This preview1 is released earlier than usual because it includes an important new feature, JIT. Ruby 2.6 introduces an initial implementation of JIT (Just-in-time) compiler. JIT compiler aims to improve performance of any Ruby program execution. Unlike ordinary JIT compilers for other languages, Ruby’s JIT compiler does JIT compilation in a unique way, which prints C code to a disk and spawns common C compiler process to generate native code.
3 Respostas
+ 5
Thanks for the news! It looks promising.
And the link should have been in the description instead of the tags.
https://www.ruby-lang.org/en/news/2018/02/24/ruby-2-6-0-preview1-released/
+ 2
Thank you for the info!
+ 1
Lord Krishna there is no more place in the description.