DescriptionFix ArrayConcat for JSValues/JSFunctions/JSRegExps with @@isConcatSpreadable
LOG=N
BUG=v8:3764, v8:3765
R=dslomov@chromium.org
Committed: https://crrev.com/525385ab50d5173a514148fce875012018b6a2c1
Cr-Commit-Position: refs/heads/master@{#25855}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Improve the test #Patch Set 3 : Fixups + more tests #Patch Set 4 : Fix v8:3765 case #Patch Set 5 : Simplify runtime-array.cc slightly #
Total comments: 2
Patch Set 6 : Always use fast-case for JSArrays, add extra safety check for using slow-case #Patch Set 7 : Only take fast-path for JSArray and JSTypedArray #Patch Set 8 : Remove unnecessary comment #Patch Set 9 : Add a test for TypedArrays with fake lengths #Patch Set 10 : Shrink TypedArray from 800000 to 4000 elements to be easier on ARM #Patch Set 11 : Rebased #Messages
Total messages: 18 (4 generated)
|