Javascript:SpiderMonkey:OdinMonkey: Difference between revisions

Jump to navigation Jump to search
Line 19: Line 19:
** Start general JS parsing before the entire JS script has completed downloading so that asm.js compilation can overlap
** Start general JS parsing before the entire JS script has completed downloading so that asm.js compilation can overlap
** 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}}
* Improve heap access performance : {{bug|865516}}, {{bug|865523}}, {{bug|869606}}, {{bug|870743}}, {{bug|897425}}
* Improve heap access performance : {{bug|957361}}, {{bug|870743}}, {{bug|897425}}
* Further improve FFI calls : {{bug|882399}}, {{bug|886411}}, also stop spilling non-volatile registers
* Further improve FFI calls : {{bug|882399}}, {{bug|886411}}, also stop spilling non-volatile registers
* Improve x86/ARM asm.js-to-asm.js ABI : {{bug|861785}}
* Improve x86/ARM asm.js-to-asm.js ABI : {{bug|861785}}
Confirmed users
367

edits

Navigation menu