Confirmed users
367
edits
Line 9: | Line 9: | ||
** Per-function information in the builtin FF profiler | ** Per-function information in the builtin FF profiler | ||
** Make asm.js calls show up in Error.stack. | ** Make asm.js calls show up in Error.stack. | ||
* Remove parsing limitations associated with huge JS files: | |||
** Fix lazy-parsing/decompression memory-spike and performance hit for huge js files. | |||
** Remove num-locals ({{bug|916612}}) and num-lines ({{bug|916564}}) parser limits. | |||
* 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}}). | ||
== Possible next projects == | == Possible next projects == |