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

Issue 1330483003: Adding ElementsAccessor::Concat (Closed)

Created:
5 years, 3 months ago by Camillo Bruni
Modified:
5 years, 3 months ago
Reviewers:
Igor Sheludko
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@2015-09-01_array_builtins_shift
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Adding ElementsAccessor::Concat - Moving parts of ArrayConcat from builtins.cc to the ElementsAccessor - Removing ArrayConcat Runtime Function BUG=v8:4317 LOG=N Committed: https://crrev.com/cbdb13533ee6c5fdd2ed5df41e70892cb25e5f57 Cr-Commit-Position: refs/heads/master@{#30619}

Patch Set 1 #

Patch Set 2 : signed ints fix #

Patch Set 3 : concat helper cleanup #

Patch Set 4 : Do not rely on the JS Builtin for ArrayConcat #

Patch Set 5 : Fixing ConcatableChecks #

Patch Set 6 : cleanup #

Patch Set 7 : fixing concat spreadable issues #

Total comments: 5

Patch Set 8 : Manually installing Builtin Methods on Array.prototype #

Patch Set 9 : fix error messages #

Patch Set 10 : reverting accidental change in webkit test #

Patch Set 11 : fixing test expectations #

Total comments: 4

Patch Set 12 : adressing comments #

Patch Set 13 : merging master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+923 lines, -860 lines) Patch
M src/array.js View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +0 lines, -21 lines 0 comments Download
M src/bootstrapper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +34 lines, -0 lines 0 comments Download
M src/builtins.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +822 lines, -58 lines 0 comments Download
M src/elements.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/elements.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +63 lines, -0 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime/runtime-array.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +0 lines, -774 lines 0 comments Download
M test/mjsunit/array-natives-elements.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/test262-es6/test262-es6.status View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 17 (7 generated)
Michael Achenbach
On 2015/09/04 09:49:46, cbruni wrote: > The CQ bit was checked by mailto:cbruni@chromium.org to run ...
5 years, 3 months ago (2015-09-04 10:54:07 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330483003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330483003/120001
5 years, 3 months ago (2015-09-04 10:56:28 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/9348)
5 years, 3 months ago (2015-09-04 11:08:47 UTC) #5
Camillo Bruni
PTAL https://codereview.chromium.org/1330483003/diff/120001/src/array.js File src/array.js (right): https://codereview.chromium.org/1330483003/diff/120001/src/array.js#newcode525 src/array.js:525: function ArrayConcatJS(arg1) { // length == 1 This ...
5 years, 3 months ago (2015-09-04 13:54:55 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330483003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330483003/200001
5 years, 3 months ago (2015-09-04 16:01:51 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-04 16:27:25 UTC) #11
Igor Sheludko
lgtm with nits: https://codereview.chromium.org/1330483003/diff/200001/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/1330483003/diff/200001/src/bootstrapper.cc#newcode2341 src/bootstrapper.cc:2341: // Make sure that Function.prototype.call appears ...
5 years, 3 months ago (2015-09-07 10:53:11 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330483003/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330483003/240001
5 years, 3 months ago (2015-09-07 13:01:56 UTC) #15
commit-bot: I haz the power
Committed patchset #13 (id:240001)
5 years, 3 months ago (2015-09-07 13:44:51 UTC) #16
commit-bot: I haz the power
5 years, 3 months ago (2015-09-07 13:45:12 UTC) #17
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/cbdb13533ee6c5fdd2ed5df41e70892cb25e5f57
Cr-Commit-Position: refs/heads/master@{#30619}

Powered by Google App Engine
This is Rietveld 408576698