Confirmed users
367
edits
Line 16: | Line 16: | ||
* Standardize then implement an ArrayBuffer.resize ({{bug|927182}}, to allow growable heap) and ArrayBuffer.discard ({{bug|855669}}, to allow madvise(DONTNEED)) | * Standardize then implement an ArrayBuffer.resize ({{bug|927182}}, to allow growable heap) and ArrayBuffer.discard ({{bug|855669}}, to allow madvise(DONTNEED)) | ||
* 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}}) | |||
* Make the asm.js informative console messages not show up as "Error:" | * Make the asm.js informative console messages not show up as "Error:" | ||