|
|
|
|
|
by Rusky
3385 days ago
|
|
How so? LLVM is used to implement language features, performance-hostile ones included. asm.js is a codified way to avoid language features. You may be confusing layers here. asm.js as a compilation target is used the same way as LLVM- it is used to implement the source language's features, while simultaneously avoiding some of JS's. |
|