TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Ruby's New JIT
15 points
by
haven
over 7 years ago
2 comments
exebook
over 7 years ago
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.
kristianp
over 7 years ago
Interesting that the Jit uses GCC or Clang. And that only 1000 methods are cached by default.