DescriptionPPC: New hydrogen instruction to reduce cost of growing an array on keyed stores.
Port 3bce9c3afbe792167a54db49b16679289e0aea8f
Original commit message:
HMaybeGrowElements moves the situation where you actually have to grow
into deferred code. This means crankshaft doesn't have to spill registers
just to make the bounds comparison to see if it'll need to grow or not.
It makes the growing case a bit more expensive, but reduces the cost of
the general case.
R=mvstanton@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com
BUG=
Committed: https://crrev.com/09ecf6cef7f24169ab74bac4c4c4f4459d3d4df4
Cr-Commit-Position: refs/heads/master@{#28372}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|