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

Issue 1293683005: Adding ElementsAccessor::Splice (Closed)

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

Description

- remove the Backing-Store specific code from builtins.cc and put it in elements.cc. - adding tests to improve coverage of the splice method BUG= Committed: https://crrev.com/8533d4b5433d3a9e9fb1015f206997bd6d869fe3 Cr-Commit-Position: refs/heads/master@{#30269} Committed: https://crrev.com/07a4a6cb8e2ab940b28a7151a925c796da023524 Cr-Commit-Position: refs/heads/master@{#30326}

Patch Set 1 #

Patch Set 2 : no more V8_INLINE #

Patch Set 3 : dead branch removal #

Patch Set 4 : improving test coverage #

Patch Set 5 : more cleanup #

Patch Set 6 : removing Object:ToInteger declaration #

Total comments: 1

Patch Set 7 : speeding up array-native-elements splice test #

Patch Set 8 : uncommenting failing elements-kind checks #

Patch Set 9 : merge master #

Patch Set 10 : fix missing holes #

Patch Set 11 : fixing compilation #

Patch Set 12 : flipping comparison #

Patch Set 13 : simpliftying splice arg copying #

Unified diffs Side-by-side diffs Delta from patch set Stats (+273 lines, -210 lines) Patch
M src/builtins.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +47 lines, -181 lines 0 comments Download
M src/elements.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/elements.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +178 lines, -11 lines 0 comments Download
M test/mjsunit/array-natives-elements.js View 1 2 3 4 5 6 7 8 9 10 11 8 chunks +23 lines, -18 lines 0 comments Download
M test/mjsunit/array-splice.js View 3 chunks +20 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (13 generated)
mvstanton
Nice test coverage, too! LGTM. https://codereview.chromium.org/1293683005/diff/100001/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1293683005/diff/100001/src/builtins.cc#newcode180 src/builtins.cc:180: bool ClampedToInteger(Object* object, int* ...
5 years, 4 months ago (2015-08-20 10:45:33 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1293683005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1293683005/100001
5 years, 4 months ago (2015-08-20 12:27:24 UTC) #4
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 4 months ago (2015-08-20 12:54:45 UTC) #5
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/8533d4b5433d3a9e9fb1015f206997bd6d869fe3 Cr-Commit-Position: refs/heads/master@{#30269}
5 years, 4 months ago (2015-08-20 12:55:15 UTC) #6
Camillo Bruni
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/1305763002/ by cbruni@chromium.org. ...
5 years, 4 months ago (2015-08-20 13:50:30 UTC) #7
Camillo Bruni
On 2015/08/20 at 13:50:30, cbruni wrote: > A revert of this CL (patchset #6 id:100001) ...
5 years, 4 months ago (2015-08-21 14:03:10 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1293683005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1293683005/100001
5 years, 4 months ago (2015-08-24 06:47:30 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1293683005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1293683005/120001
5 years, 4 months ago (2015-08-24 07:51:01 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel/builds/3570) v8_mac_rel on tryserver.v8 (JOB_FAILED, ...
5 years, 4 months ago (2015-08-24 07:59:54 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1293683005/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1293683005/140001
5 years, 4 months ago (2015-08-24 10:26:17 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-24 10:50:43 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1293683005/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1293683005/140001
5 years, 4 months ago (2015-08-24 10:53:47 UTC) #23
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 4 months ago (2015-08-24 10:55:12 UTC) #24
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/07a4a6cb8e2ab940b28a7151a925c796da023524 Cr-Commit-Position: refs/heads/master@{#30326}
5 years, 4 months ago (2015-08-24 10:55:19 UTC) #25
Michael Hablich
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/1315823004/ by hablich@chromium.org. ...
5 years, 3 months ago (2015-08-25 09:51:12 UTC) #26
Camillo Bruni
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/1313893002/ by cbruni@chromium.org. ...
5 years, 3 months ago (2015-08-25 10:46:43 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1293683005/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1293683005/240001
5 years, 3 months ago (2015-08-27 09:57:03 UTC) #29
commit-bot: I haz the power
5 years, 3 months ago (2015-08-27 10:28:01 UTC) #31
Dry run: This issue passed the CQ dry run.

Powered by Google App Engine
This is Rietveld 408576698