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

Issue 2697013009: Move ArrayBuffer.prototype.slice implementation to C++ (Closed)

Created:
3 years, 10 months ago by binji
Modified:
3 years, 9 months ago
Reviewers:
Dan Ehrenberg
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Move ArrayBuffer.prototype.slice implementation to C++ This will be useful for sharing the implementation with SharedArrayBuffer.prototype.slice. BUG=v8:5897 Review-Url: https://codereview.chromium.org/2697013009 Cr-Commit-Position: refs/heads/master@{#43503} Committed: https://chromium.googlesource.com/v8/v8/+/cb8fb46aa3f1bc785f89bc16ad389f7a9b4fe982

Patch Set 1 #

Total comments: 6

Patch Set 2 : merge master + fixes #

Patch Set 3 : merge master + USE variable that's only used in DCHECK #

Patch Set 4 : rebase coverage-expected.txt #

Patch Set 5 : merge master #

Patch Set 6 : remove change to coverage-expected #

Patch Set 7 : merge master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -169 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M src/bootstrapper.cc View 1 2 3 4 5 6 5 chunks +11 lines, -4 lines 0 comments Download
M src/builtins/builtins.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M src/builtins/builtins-arraybuffer.cc View 1 2 3 chunks +161 lines, -10 lines 0 comments Download
D src/js/arraybuffer.js View 1 chunk +0 lines, -81 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 1 chunk +36 lines, -0 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime/runtime-regexp.cc View 1 2 chunks +1 line, -38 lines 0 comments Download
M src/runtime/runtime-typedarray.cc View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
M src/v8.gyp View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 36 (23 generated)
binji
3 years, 10 months ago (2017-02-17 00:30:22 UTC) #2
Dan Ehrenberg
lgtm https://codereview.chromium.org/2697013009/diff/1/src/builtins/builtins-arraybuffer.cc File src/builtins/builtins-arraybuffer.cc (right): https://codereview.chromium.org/2697013009/diff/1/src/builtins/builtins-arraybuffer.cc#newcode92 src/builtins/builtins-arraybuffer.cc:92: // ES6 section 24.1.4.3 ArrayBuffer.prototype.slice ( start, end ...
3 years, 10 months ago (2017-02-17 09:18:20 UTC) #8
Dan Ehrenberg
lgtm By the way, I like the detailed comments you included. I also edited the ...
3 years, 10 months ago (2017-02-17 09:19:21 UTC) #9
binji
On 2017/02/17 09:19:21, Dan Ehrenberg wrote: > lgtm > > By the way, I like ...
3 years, 10 months ago (2017-02-17 18:59:19 UTC) #10
binji
https://codereview.chromium.org/2697013009/diff/1/src/builtins/builtins-arraybuffer.cc File src/builtins/builtins-arraybuffer.cc (right): https://codereview.chromium.org/2697013009/diff/1/src/builtins/builtins-arraybuffer.cc#newcode92 src/builtins/builtins-arraybuffer.cc:92: // ES6 section 24.1.4.3 ArrayBuffer.prototype.slice ( start, end ) ...
3 years, 10 months ago (2017-02-17 18:59:28 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2697013009/20001
3 years, 10 months ago (2017-02-17 19:12:11 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_gyp_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_gyp_rel_ng/builds/13301)
3 years, 10 months ago (2017-02-17 19:17:41 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2697013009/40001
3 years, 10 months ago (2017-02-22 20:27:41 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_verify_csa_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_verify_csa_rel_ng/builds/1441) v8_linux64_verify_csa_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
3 years, 10 months ago (2017-02-22 20:47:30 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2697013009/100001
3 years, 10 months ago (2017-02-24 20:16:49 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel_ng/builds/17295) v8_linux_arm64_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
3 years, 10 months ago (2017-02-24 20:40:58 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2697013009/120001
3 years, 9 months ago (2017-02-28 20:03:23 UTC) #33
commit-bot: I haz the power
3 years, 9 months ago (2017-02-28 20:31:10 UTC) #36
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/v8/v8/+/cb8fb46aa3f1bc785f89bc16ad389f7a9b4...

Powered by Google App Engine
This is Rietveld 408576698