Live data from Hacker News

Ruby's New JIT

medium.com

1–3 of 3 posts

Re: Ruby's New JIT

#3
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.