Javascript:SpiderMonkey:OdinMonkey: Difference between revisions

Line 1: Line 1:
== Active ==
== Active ==
* Cache compiled asm.js modules: caching landed on FF28 (Nightly).  Follow-up improvements: cache from workers ({{bug|941830}}), cache more than one module per origin ({{bug|944821}}).
* Math.fround is in ES6 and SpiderMonkey and optimized in Ion.  Add to asm.js/Odin ({{bug|904918}}))
* Standardize then implement SIMD extensions to JS ({{bug|894105}}) and then incorporate into asm.js (TODO: bug)
* Standardize then implement SIMD extensions to JS ({{bug|894105}}) and then incorporate into asm.js (TODO: bug)
* 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.
Confirmed users
367

edits