Javascript:SpiderMonkey:OdinMonkey: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
== Active ==
== Active ==
* Add Math.min/max to asm.js standard math library : ({{bug|966295}})
* ArrayBuffer.prototype.resize ({{bug|965880}}): to allow growable heap
* Mitigate 32-bit OOM problems: ({{bug|865959}})
* Mitigate 32-bit OOM problems: ({{bug|865959}})
* Add webapp manifest option to request AOT compilation at install (not first run) time: {{bug|965970}}
* Add webapp manifest option to request AOT compilation at install (not first run) time: {{bug|965970}}
Line 11: Line 13:
** 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 Math.min/max to asm.js standard math library (they have more optimal implementations than you can express with just ternary)
* Add missing math constants ({{bug|878488}})
* Add missing math constants ({{bug|878488}})
* ArrayBuffer.prototype.resize ({{bug|927182}}): to allow growable heap
* Fully optimize calls into ({{bug|962641}}) and out of ({{bug|882399}}) asm.js
* Fully optimize calls into ({{bug|962641}}) and out of ({{bug|882399}}) asm.js
* Move code generation into the parallel compilation tasks ({{bug|959263}})
* Move code generation into the parallel compilation tasks ({{bug|959263}})
Confirmed users
367

edits