Confirmed users
367
edits
Line 13: | 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 inline fast implementation of sin/cos: {{bug|967709}} | |||
* 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}}) | ||
* Remove async-script requirement for asm.js caching: ({{bug|961057}}) | * Remove async-script requirement for asm.js caching: ({{bug|961057}}) | ||
== Possible further optimization projects == | == Possible further optimization projects == |