Javascript:SpiderMonkey:OdinMonkey: Difference between revisions

Line 19: Line 19:


== Possible further optimization projects ==
== Possible further optimization projects ==
* General backend optimizations:
** Use callee-saved regsiters: {{bug|985065}}
** Enable backtracking allocator: {{bug|983580}}
* 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