DescriptionX87: New hydrogen instruction to reduce cost of growing an array on keyed stores.
port 3bce9c3afbe792167a54db49b16679289e0aea8f (r28359).
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.
BUG=
Committed: https://crrev.com/3ba6783565739907f7d96c3bfaae283a0ce1b353
Cr-Commit-Position: refs/heads/master@{#28388}
Patch Set 1 : #
Messages
Total messages: 8 (3 generated)
|