Ruby's New JIT
medium.com
Ruby's New JIT
1–3 of 3 posts
Re: Ruby's New JIT
#2Interesting that the Jit uses GCC or Clang. And that only 1000 methods are cached by default.
Re: Ruby's New JIT
#3Can it use TinyC? TinyC compile time is about 9 times faster than GCC, so warm up time can possibly be shorter, although the JIT performance gain also be less because TinyC performs only basic optimizations.