Y
Hacker News
new
|
ask
|
show
|
jobs
by
ben-schaaf
2102 days ago
Doesn't the new ruby JIT already do the same thing?
4 comments
agrafix
2102 days ago
It's certainly related -- not sure what kinds if specialisation the new ruby JIT does.
link
d3nj4l
2102 days ago
I haven't looked into the new ruby JIT too deeply, but as far as I remember it had several limitations that made it slow Rails apps down instead. This would make it easier to select and optimise for specific methods instead.
link
sanxiyn
2102 days ago
Current Ruby JIT doesn't take any type hint.
link
sosodev
2102 days ago
Yeah, this is pretty much how the JIT works.
link