Y
Hacker News
new
|
ask
|
show
|
jobs
by
nine_k
2883 days ago
In short: a reasonably compliant, customizable VM without native dependencies, great for running code in cross-platform sandboxes.
A JIT is planned but not yet implemented.
1 comments
sanxiyn
2883 days ago
> A JIT is planned but not yet implemented.
I see "Life (JIT)" in the benchmark plot. What is it?
link
wrs
2883 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
2883 days ago
It does in fact have a JIT, but just for (32 bit) x86.
link
I see "Life (JIT)" in the benchmark plot. What is it?