Confirmed users
367
edits
Line 25: | Line 25: | ||
** Parse and AOT compile while downloading: {{bug|1061886}} | ** 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}} | ||
* For asm.js->asm.js calls on x86, pass the return value via xmm register, not fp stack | * For asm.js->asm.js calls on x86, pass the return value via xmm register, not fp stack | ||
* Extend the asm.js signal handler tricks to: | * Extend the asm.js signal handler tricks to: |