Javascript:SpiderMonkey:OdinMonkey: Difference between revisions

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}}
* Further improve caching:
** Compress more than just the source in asm.js cache entries
* 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
Confirmed users
367

edits