|
|
|
|
|
by azakai
3132 days ago
|
|
> IIRC it's currently missing out on a lot of optimization opportunity by producing wasm as transpiled asm.js. That's actually not true: the asm.js => wasm path emits better code (smaller, faster) than the wasm backend path currently. However, the wasm backend path is being improved, and should eventually get to parity. |
|
In that case, it sounds like the LLVM backend will only yield clear user-facing benefits when new features like pthreads are introduced?