Y
Hacker News
new
|
ask
|
show
|
jobs
by
ygra
4058 days ago
Asm.js bypasses the JIT, using AOT compilation directly to machine code (after verification). You just need a JS parser, not the JIT. At least not if you only want to support asm.js.