Javascript:SpiderMonkey:OdinMonkey: Difference between revisions

No edit summary
Line 23: Line 23:
** Enable backtracking allocator: {{bug|983580}}
** Enable backtracking allocator: {{bug|983580}}
** Avoid over-recursed check in leaf functions: {{bug|985130}}
** Avoid over-recursed check in leaf functions: {{bug|985130}}
** Effective address folding: {{bug|986981}}
* 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)
** 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)
Confirmed users
367

edits