Ruby 2.6.0-preview2 released with JIT
ruby-lang.org
Ruby 2.6.0-preview2 released with JIT
1–10 of 136 posts
Re: Ruby 2.6.0-preview2 released with JIT
#2From my uneducated perspective, seems like Graal VM could become the de facto Ruby deployment stack.
Re: Ruby 2.6.0-preview2 released with JIT
#3Re: Ruby 2.6.0-preview2 released with JIT
#4Oh dear god.
Re: Ruby 2.6.0-preview2 released with JIT
#5Re: Ruby 2.6.0-preview2 released with JIT
#6> 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 cod e. Oh dear god.
Re: Ruby 2.6.0-preview2 released with JIT
#7> 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 cod e. Oh dear god.
Re: Ruby 2.6.0-preview2 released with JIT
#8> 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 cod e. Oh dear god.
Why aren't they using LLVM :-/
> Unstable interfaces. An LLVM JIT is already used by Rubicon. A lot of efforts in preparation of code used by RTL insns (an environment)
https://github.com/vnmakarov/ruby/tree/rtl_mjit_branch#a-few...
Re: Ruby 2.6.0-preview2 released with JIT
#9why ruby innovate and not python ?
Re: Ruby 2.6.0-preview2 released with JIT
#10> 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 cod e. Oh dear god.
Why aren't they using LLVM :-/