Hacker News new | ask | show | jobs
Ruby's New JIT (medium.com)
15 points by haven 3040 days ago
2 comments

Can 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.
Interesting that the Jit uses GCC or Clang. And that only 1000 methods are cached by default.