Confirmed users
367
edits
Line 22: | Line 22: | ||
** Avoid over-recursed check in leaf functions: {{bug|985130}} | ** Avoid over-recursed check in leaf functions: {{bug|985130}} | ||
** Heap access: {{bug|986981}}, {{bug|870743}}, {{bug|897425}}, {{bug|915157}}, {{bug|983131}}, {{bug|865523}}, {{bug|984478}} | ** Heap access: {{bug|986981}}, {{bug|870743}}, {{bug|897425}}, {{bug|915157}}, {{bug|983131}}, {{bug|865523}}, {{bug|984478}} | ||
** Optimize add-with-overflow: {{bug|1043365}} | |||
* 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) |