A mini optimization to avoid a spill here and there (only in wrappers).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[wasm][compiler] Avoid redundant instance data spills in wrappers
Wasm import wrappers and C-API functions push the instance data (or
import data) to a fixed stack slot in their prologue.
By identifying this dual-location in Linkage, the register allocator
can avoid emitting redundant spill moves when register pressure is
high.
R=dmerc...@chromium.org
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |