Y
Hacker News
new
|
ask
|
show
|
jobs
by
ori_b
1114 days ago
Though, wasm has a high level structure that makes it a clunky compilation target. The bytecodes above improve on wasm in that regard.
1 comments
ilaksh
1113 days ago
The high level structure is an advancement that is important for optimization.
link
ori_b
1112 days ago
It isn't; the first thing production optimizers do is throw it away.
It supposedly makes verification of SSA properties marginally faster, but that's not the bottleneck.
link