DescriptionInline number to string conversion for string addition into BinaryOp(Stub).
This fixes a performance regression that was caused by converting the
BinaryOpStub to a Hydrogen code stub. It also fixes a leftover TODO wrt.
the handling of Number*String or String*Number versions of the stub.
R=rossberg@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=17290
Patch Set 1 #
Total comments: 10
Patch Set 2 : Addressed comments. #Patch Set 3 : Avoid the round-trip via StringAddStub when invoking the STRING_ADD_* builtins in the fallback case. #
Total comments: 4
Patch Set 4 : Addressed nits. #Patch Set 5 : Improve string-check in BuildBinaryOperation. #
Messages
Total messages: 7 (0 generated)
|