Y
Hacker News
new
|
ask
|
show
|
jobs
Ruby's New JIT
(
medium.com
)
15 points
by
haven
3040 days ago
2 comments
exebook
3040 days 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.
link
kristianp
3040 days ago
Interesting that the Jit uses GCC or Clang. And that only 1000 methods are cached by default.
link