Y
Hacker News
new
|
ask
|
show
|
jobs
by
sanxiyn
2878 days ago
> A JIT is planned but not yet implemented.
I see "Life (JIT)" in the benchmark plot. What is it?
2 comments
wrs
2877 days ago
Well, there’s one in the repo that generates C code from the bytecode, compiles it with cc, and dynamic-loads it.
link
nutjob2
2877 days ago
It does in fact have a JIT, but just for (32 bit) x86.
link