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

Issue 1312033003: Adding ElementsAccessor::Splice (Closed)

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

Description

Adding ElementsAccessor Splice - 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/8198610d5d7c6ca205c2e32233a5f4a82213adfa Cr-Commit-Position: refs/heads/master@{#30410}

Patch Set 1 #

Patch Set 2 : proper patch #

Patch Set 3 : removing debug code #

Patch Set 4 : anonymous namespace #

Total comments: 3

Patch Set 5 : addressing comments, adding more tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -220 lines) Patch
M src/builtins.cc View 1 2 3 4 5 chunks +50 lines, -188 lines 0 comments Download
M src/elements.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/elements.cc View 1 2 7 chunks +183 lines, -17 lines 0 comments Download
M test/mjsunit/array-natives-elements.js View 1 2 6 chunks +20 lines, -15 lines 0 comments Download
M test/mjsunit/array-splice.js View 1 2 3 4 3 chunks +60 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 15 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312033003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312033003/1
5 years, 3 months ago (2015-08-27 10:49:29 UTC) #2
Camillo Bruni
PTAL slightly improved version of https://codereview.chromium.org/1293683005 mainly adding hole-ing out spliced-off values (which correctly caused ...
5 years, 3 months ago (2015-08-27 11:30:01 UTC) #5
Yang
lgtm with comments. https://codereview.chromium.org/1312033003/diff/60001/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1312033003/diff/60001/src/builtins.cc#newcode169 src/builtins.cc:169: // This is an extended version ...
5 years, 3 months ago (2015-08-27 11:40:57 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312033003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312033003/80001
5 years, 3 months ago (2015-08-27 12:29:20 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-08-27 13:04:09 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312033003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312033003/80001
5 years, 3 months ago (2015-08-27 13:04:36 UTC) #13
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 3 months ago (2015-08-27 13:05:55 UTC) #14
commit-bot: I haz the power
5 years, 3 months ago (2015-08-27 13:06:14 UTC) #15
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/8198610d5d7c6ca205c2e32233a5f4a82213adfa
Cr-Commit-Position: refs/heads/master@{#30410}

Powered by Google App Engine
This is Rietveld 408576698