Confirmed users
367
edits
No edit summary |
|||
Line 25: | Line 25: | ||
** Parse and AOT compile while downloading: {{bug|1061886}} | ** Parse and AOT compile while downloading: {{bug|1061886}} | ||
** asm.js parser: Avoid building an intermediate parse tree; type check during recursive descent {{bug|854061}} | ** asm.js parser: Avoid building an intermediate parse tree; type check during recursive descent {{bug|854061}} | ||
* Improve compile time on pathological functions: | * Improve compile time on pathological functions: | ||
** Break up super-large functions into disjoint regions that can be regalloc'd and optimized separately | ** Break up super-large functions into disjoint regions that can be regalloc'd and optimized separately |