Confirmed users
367
edits
(→Active) |
No edit summary |
||
Line 1: | Line 1: | ||
== Active == | == Active == | ||
* Standardize | * Remove num-locals ({{bug|916612}}) and num-lines ({{bug|916564}}) parser limits. | ||
* Optimize constant-additions in masked heap accessed: {{bug|915157}} | |||
* 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 7: | Line 9: | ||
** the builtin FF profiler ({{bug|947996}}) | ** the builtin FF profiler ({{bug|947996}}) | ||
** Error.stack | ** Error.stack | ||
* Add && and || to asm.js to avoid sub-optimal control flow ({{bug|919052}}). | * Add && and || to asm.js to avoid sub-optimal control flow ({{bug|919052}}). | ||
* Add missing math constants ({{bug|878488}}) | * Add missing math constants ({{bug|878488}}) | ||
* Mitigate 32-bit OOM problems: ({{bug|865959}}) | * Mitigate 32-bit OOM problems: ({{bug|865959}}) | ||
* ArrayBuffer.prototype.resize ({{bug|927182}}): to allow growable heap | * ArrayBuffer.prototype.resize ({{bug|927182}}): to allow growable heap |