Hacker News new | ask | show | jobs
by tgv 1481 days ago
You'd like the browser to run code optimization phases?
2 comments

With a JIT, the only question is which optimisations are worth the effort.
It does already. Wasm compilers in browsers do tiering and inlining.