Confirmed users
367
edits
(→Active) |
|||
Line 14: | Line 14: | ||
* Extend asm.js to better support dynamically linking asm.js modules (a mutable, callable array argument to asm.js module, like the PLT) | * Extend asm.js to better support dynamically linking asm.js modules (a mutable, callable array argument to asm.js module, like the PLT) | ||
* Add enough try/catch to asm.js to allow compilation of C++ exceptions using the zero-cost implementation strategy | * Add enough try/catch to asm.js to allow compilation of C++ exceptions using the zero-cost implementation strategy | ||
* Start general JS parsing before the entire JS script has completed downloadeding so that asm.js compilation can overlap | |||
* Standardize and implement value objects ({{bug|749786}}) then add int64/uint64/float32 to asm.js | * Standardize and implement value objects ({{bug|749786}}) then add int64/uint64/float32 to asm.js | ||