Javascript:SpiderMonkey:OdinMonkey: Difference between revisions

Jump to navigation Jump to search
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}}
* Improve compile time on pathological functions:
** Break up super-large functions into disjoint regions that can be regalloc'd and optimized separately
** Investigate GVN quadratic behavior : {{bug|845068}}
* 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:
Confirmed users
367

edits

Navigation menu