Confirmed users
367
edits
Line 5: | Line 5: | ||
== Planned next projects == | == Planned next projects == | ||
* Move code generation into the parallel compilation tasks ({{bug|959263}}) | |||
* Mitigate 32-bit OOM problems: ({{bug|865959}}) | |||
* Record enough information at compile time so that asm.js functions show up in: | * Record enough information at compile time so that asm.js functions show up in: | ||
** the builtin FF profiler ({{bug|947996}}) | ** the builtin FF profiler ({{bug|947996}}) | ||
Line 11: | Line 13: | ||
* Add Math.min/max to asm.js standard math library (they have more optimal implementations than you can express with just ternary) | * 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 | * ArrayBuffer.prototype.resize ({{bug|927182}}): to allow growable heap | ||
* Remove async-script requirement for asm.js caching: ({{bug|961057}}) | * Remove async-script requirement for asm.js caching: ({{bug|961057}}) | ||