Confirmed users
367
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Active == | == Active == | ||
* Use the 'permanent' storage class for app:// webapps : {{bug|963588}} | |||
* Standardize and implement SIMD extensions to JS ({{bug|894105}}) and then incorporate into asm.js | * Standardize and implement SIMD extensions to JS ({{bug|894105}}) and then incorporate into asm.js | ||
* Land experimental SharedArrayBuffer (pref'd off, {{bug|933001}}) and use this to add experimental pthreads support to Emscripten and evaluate on threaded codebases in preparation for a standards proposal. | * Land experimental SharedArrayBuffer (pref'd off, {{bug|933001}}) and use this to add experimental pthreads support to Emscripten and evaluate on threaded codebases in preparation for a standards proposal. | ||
Line 21: | Line 22: | ||
** asm.js parser: Avoid building an intermediate parse tree; type check during recursive descent {{bug|854061}} | ** asm.js parser: Avoid building an intermediate parse tree; type check during recursive descent {{bug|854061}} | ||
* Further improve caching: | * Further improve caching: | ||
** Compress more than just the source in asm.js cache entries | ** Compress more than just the source in asm.js cache entries | ||
* Further improve heap access performance : {{bug|870743}}, {{bug|897425}}, {{bug|915157}} | * Further improve heap access performance : {{bug|870743}}, {{bug|897425}}, {{bug|915157}} |