Confirmed users
367
edits
Line 10: | Line 10: | ||
** 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}}) | ||
* Mitigate 32-bit OOM problems: ({{bug|865959}}) | * Mitigate 32-bit OOM problems: ({{bug|865959}}) |