Y
Hacker News
new
|
ask
|
show
|
jobs
by
tgv
1481 days ago
You'd like the browser to run code optimization phases?
2 comments
pdpi
1481 days ago
With a JIT, the only question is which optimisations are worth the effort.
link
kevingadd
1481 days ago
It does already. Wasm compilers in browsers do tiering and inlining.
link