Confirmed users
367
edits
No edit summary |
|||
Line 1: | Line 1: | ||
== Active == | == Active == | ||
* Heap resizing: {{bug|965880}} | |||
* Implement SIMD proposal ({{bug|894105}}) and incorporate into asm.js ({{bug|992267}}) | * Implement SIMD proposal ({{bug|894105}}) and incorporate into asm.js ({{bug|992267}}) | ||
* Continued SharedArrayBuffer prototyping in SpiderMonkey and Emscripten | * Continued SharedArrayBuffer prototyping in SpiderMonkey and Emscripten | ||
* Optimize sin/cos: {{bug|967709}} | * Optimize sin/cos: {{bug|967709}} | ||
== Planned next projects == | == Planned next projects == | ||
* Move code generation into the parallel compilation tasks: {{bug|959263}} | * Move code generation into the parallel compilation tasks: {{bug|959263}} | ||
* Zero-cost exception handling: {{bug|1065089}} | * Zero-cost exception handling: {{bug|1065089}} | ||
* Optimize calls into ({{bug|962641}}), out of ({{bug|1000632}}), and between ({{bug|982036}}) asm.js modules. | * Optimize calls into ({{bug|962641}}), out of ({{bug|1000632}}), and between ({{bug|982036}}) asm.js modules. | ||
* Remove async-script requirement for asm.js caching: {{bug|961057}} | * Remove async-script requirement for asm.js caching: | ||
** Maybe remove it from QuotaManager: {{bug|961057}} | |||
** More likely, just take (large) script parsing off the main thread. | |||
* Fix asm.js caching browser interop ({{bug|1047098}}, {{bug|1047105}} | * Fix asm.js caching browser interop ({{bug|1047098}}, {{bug|1047105}} | ||