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

Issue 2775203002: [builtins] Implement %TypedArray%.prototype.{some,every} in the CSA (Closed)

Created:
3 years, 9 months ago by Tobias Tebbi
Modified:
3 years, 8 months ago
CC:
petermarshall, v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[builtins] Implement %TypedArray%.prototype.{some,every} in the CSA R=mvstanton@chromium.org,danno@chromium.org Review-Url: https://codereview.chromium.org/2775203002 Cr-Commit-Position: refs/heads/master@{#44274} Committed: https://chromium.googlesource.com/v8/v8/+/e837594cd8308d4f8d27000c7e4907b2c23bbb42

Patch Set 1 #

Patch Set 2 : bugfix and consistently violate spec #

Patch Set 3 : small improvements #

Total comments: 1

Patch Set 4 : addressed comments #

Patch Set 5 : Rebased. #

Patch Set 6 : fix switching backing store bug #

Total comments: 2

Patch Set 7 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -22 lines) Patch
M src/bootstrapper.cc View 1 2 3 4 5 6 2 chunks +25 lines, -22 lines 0 comments Download
M src/builtins/builtins-array-gen.cc View 1 2 3 4 5 6 4 chunks +163 lines, -0 lines 0 comments Download
M src/builtins/builtins-definitions.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M src/code-stub-assembler.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
M test/mjsunit/es6/typedarray-every.js View 1 2 3 4 5 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (12 generated)
Tobias Tebbi
3 years, 9 months ago (2017-03-27 11:58:04 UTC) #2
danno
Nice. lgtm.
3 years, 8 months ago (2017-03-28 09:44:36 UTC) #3
mvstanton
LGTM, one comment. Nice! https://codereview.chromium.org/2775203002/diff/60001/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/2775203002/diff/60001/src/bootstrapper.cc#newcode3727 src/bootstrapper.cc:3727: InstallOneBuiltinFunction(typed_array_prototype, "every", Maybe it makes ...
3 years, 8 months ago (2017-03-28 15:01:24 UTC) #4
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/2775203002/80001
3 years, 8 months ago (2017-03-29 08:45:35 UTC) #7
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/15743) v8_linux_arm64_rel_ng on master.tryserver.v8 (JOB_FAILED, ...
3 years, 8 months ago (2017-03-29 08:46:45 UTC) #9
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/2775203002/100001
3 years, 8 months ago (2017-03-29 09:03:24 UTC) #12
Tobias Tebbi
Thanks to Peter's amazing new documentation of TypedArrays (https://docs.google.com/document/d/1umCT57FhjDieYm8qs161z-cPgKIHuVFIJCSvBcHWJg4/), we just realized that my CL ...
3 years, 8 months ago (2017-03-29 09:27:13 UTC) #14
Tobias Tebbi
Thanks to Peter's amazing new documentation of TypedArrays (https://docs.google.com/document/d/1umCT57FhjDieYm8qs161z-cPgKIHuVFIJCSvBcHWJg4/), we just realized that my CL ...
3 years, 8 months ago (2017-03-29 09:27:13 UTC) #15
Tobias Tebbi
I fixed the bug and added a test, PTAL
3 years, 8 months ago (2017-03-29 09:55:29 UTC) #16
petermarshall
lgtm LGTM with nits! https://codereview.chromium.org/2775203002/diff/120001/src/builtins/builtins-array-gen.cc File src/builtins/builtins-array-gen.cc (right): https://codereview.chromium.org/2775203002/diff/120001/src/builtins/builtins-array-gen.cc#newcode306 src/builtins/builtins-array-gen.cc:306: Label not_typed_array(this, Label::kDeferred), I would ...
3 years, 8 months ago (2017-03-29 13:21:58 UTC) #18
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/2775203002/140001
3 years, 8 months ago (2017-03-30 16:00:51 UTC) #21
commit-bot: I haz the power
3 years, 8 months ago (2017-03-30 16:37:01 UTC) #24
Message was sent while issue was closed.
Committed patchset #7 (id:140001) as
https://chromium.googlesource.com/v8/v8/+/e837594cd8308d4f8d27000c7e4907b2c23...

Powered by Google App Engine
This is Rietveld 408576698