Description[turbofan] optimize spills in defered blocks
Up to now, for ranges spilled in deferred blocks, we would spill every
time a range would switch from using a register to spill slots. That can
be redundant, leading to avoidable code size cost.
This change addresses this issue, by performing the spills as early as
possible.
BUG=
Committed: https://crrev.com/7c54dc33855b8ac31f26b309671f9b5481a74376
Cr-Commit-Position: refs/heads/master@{#33413}
Patch Set 1 : #Patch Set 2 : #
Total comments: 2
Patch Set 3 : #
Messages
Total messages: 24 (17 generated)
|