Y
Hacker News
new
|
ask
|
show
|
jobs
by
Qem
906 days ago
Nowadays Ruby has built-in JIT compilation, through YJIT.
1 comments
oblio
906 days ago
Isn't that the thing where it outputs C and then compiles the C code and then runs that?
link
ric2b
906 days ago
Yes, but it caches the generated code, so if you run a function 1000 times you only pay the compilation cost once.
link