Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Issue 799803003: Fix ArrayConcat for JSValues/JSFunctions/JSRegExps with @@isConcatSpreadable (Closed)

Created:
6 years ago by caitp (gmail)
Modified:
6 years ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

Fix 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -0 lines) Patch
M src/runtime/runtime-array.cc View 1 2 3 4 5 6 7 2 chunks +25 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/array-concat.js View 1 2 3 4 5 6 7 8 9 5 chunks +169 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (4 generated)
caitp (gmail)
https://codereview.chromium.org/799803003/diff/1/src/runtime/runtime-array.cc File src/runtime/runtime-array.cc (right): https://codereview.chromium.org/799803003/diff/1/src/runtime/runtime-array.cc#newcode462 src/runtime/runtime-array.cc:462: // Other wrapped types are not array-like. I don't ...
6 years ago (2014-12-16 06:16:26 UTC) #2
Dmitry Lomov (no reviews)
https://codereview.chromium.org/799803003/diff/1/src/runtime/runtime-array.cc File src/runtime/runtime-array.cc (right): https://codereview.chromium.org/799803003/diff/1/src/runtime/runtime-array.cc#newcode462 src/runtime/runtime-array.cc:462: // Other wrapped types are not array-like. On 2014/12/16 ...
6 years ago (2014-12-16 07:27:30 UTC) #3
caitp (gmail)
On 2014/12/16 07:27:30, Dmitry Lomov (chromium) wrote: > https://codereview.chromium.org/799803003/diff/1/src/runtime/runtime-array.cc > File src/runtime/runtime-array.cc (right): > > ...
6 years ago (2014-12-16 13:04:12 UTC) #4
caitp (gmail)
On 2014/12/16 13:04:12, caitp wrote: > On 2014/12/16 07:27:30, Dmitry Lomov (chromium) wrote: > > ...
6 years ago (2014-12-16 14:46:00 UTC) #5
Dmitry Lomov (no reviews)
https://codereview.chromium.org/799803003/diff/80001/src/runtime/runtime-array.cc File src/runtime/runtime-array.cc (right): https://codereview.chromium.org/799803003/diff/80001/src/runtime/runtime-array.cc#newcode493 src/runtime/runtime-array.cc:493: if (receiver->elements() == isolate->heap()->empty_fixed_array()) { Let's aim for 'make ...
6 years ago (2014-12-16 15:25:45 UTC) #6
caitp (gmail)
https://codereview.chromium.org/799803003/diff/80001/src/runtime/runtime-array.cc File src/runtime/runtime-array.cc (right): https://codereview.chromium.org/799803003/diff/80001/src/runtime/runtime-array.cc#newcode493 src/runtime/runtime-array.cc:493: if (receiver->elements() == isolate->heap()->empty_fixed_array()) { On 2014/12/16 15:25:45, Dmitry ...
6 years ago (2014-12-16 15:33:37 UTC) #7
Dmitry Lomov (no reviews)
On 2014/12/16 15:33:37, caitp wrote: > https://codereview.chromium.org/799803003/diff/80001/src/runtime/runtime-array.cc > File src/runtime/runtime-array.cc (right): > > https://codereview.chromium.org/799803003/diff/80001/src/runtime/runtime-array.cc#newcode493 > ...
6 years ago (2014-12-16 18:21:54 UTC) #8
Dmitry Lomov (no reviews)
lgtm
6 years ago (2014-12-16 19:37:57 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/799803003/160001
6 years ago (2014-12-16 19:39:31 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/1807)
6 years ago (2014-12-16 20:04:23 UTC) #13
caitp (gmail)
On 2014/12/16 20:04:23, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years ago (2014-12-16 20:29:13 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/799803003/200001
6 years ago (2014-12-16 20:31:52 UTC) #16
commit-bot: I haz the power
Committed patchset #11 (id:200001)
6 years ago (2014-12-16 21:08:19 UTC) #17
commit-bot: I haz the power
6 years ago (2014-12-17 10:14:41 UTC) #18
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/525385ab50d5173a514148fce875012018b6a2c1
Cr-Commit-Position: refs/heads/master@{#25855}

Powered by Google App Engine
This is Rietveld 408576698