Confirmed users
367
edits
(→Active) |
|||
Line 26: | Line 26: | ||
* Further improve caching: | * Further improve caching: | ||
** Compress more than just the source in asm.js cache entries | ** Compress more than just the source in asm.js cache entries | ||
* Improve compile time on pathological functions: | |||
** Break up super-large functions into disjoint regions that can be regalloc'd and optimized separately | |||
* Further improve heap access performance : {{bug|870743}}, {{bug|897425}}, {{bug|915157}} | * Further improve heap access performance : {{bug|870743}}, {{bug|897425}}, {{bug|915157}} | ||
* 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 |