Javascript:SpiderMonkey:OdinMonkey: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 22: Line 22:
** Optimize min/max: {{bug|1060635}}
** Optimize min/max: {{bug|1060635}}
* Further improve load-time:
* Further improve load-time:
** Start general JS parsing before the entire JS script has completed downloading so that asm.js compilation can overlap (and we'd be justified in doing all script parsing off the main thread)
** 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:
* Further improve caching:
Confirmed users
367

edits

Navigation menu