Description[crankshaft] Re-add fast-case for string add left/right.
Now the StringAddStub can optionally convert it's parameters to strings
(following the rules for the addition operator). This could be further
optimized once we have a ToPrimitiveStub, but it should be sufficient
for the moment.
Also removed the unused Strength parameter to the HStringAdd operator,
because string addition does not depend on language mode.
R=jarin@chromium.org
BUG=v8:4307, chromium:532524
LOG=n
Committed: https://crrev.com/d261849e53fbf8c36efae42d478271f87acff70f
Cr-Commit-Position: refs/heads/master@{#30726}
Committed: https://crrev.com/4542a2d4cc2866a8097d10f11768683bc5ccb224
Cr-Commit-Position: refs/heads/master@{#30858}
Patch Set 1 #Patch Set 2 : HStringAdd with conversion must not be deletable. #Patch Set 3 : REBASE. Real fix for HStringAdd #
Messages
Total messages: 29 (13 generated)
|