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

Issue 2680153005: [builtins] Array.prototype.filter implemented as a TurboFan code stub. (Closed)

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

Description

[builtins] Array.prototype.filter implemented as a TurboFan code stub. BUG= Review-Url: https://codereview.chromium.org/2680153005 Cr-Commit-Position: refs/heads/master@{#43965} Committed: https://chromium.googlesource.com/v8/v8/+/1e03479c64ab3dc41182f4d7017b1fb39ceffb27

Patch Set 1 #

Patch Set 2 : REBASE. #

Patch Set 3 : rebased #

Patch Set 4 : fixes #

Patch Set 5 : Devilish proxies they... #

Patch Set 6 : Flag and build fix. #

Total comments: 6

Patch Set 7 : Fix CSA verification failure. #

Patch Set 8 : REBASE. #

Patch Set 9 : turn off flag #

Total comments: 6

Patch Set 10 : Code comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+289 lines, -32 lines) Patch
M src/bootstrapper.cc View 1 2 3 4 5 6 7 2 chunks +14 lines, -0 lines 0 comments Download
M src/builtins/builtins.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M src/builtins/builtins-array-gen.cc View 1 2 3 4 5 6 7 8 9 10 chunks +118 lines, -32 lines 0 comments Download
M src/code-factory.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/code-factory.cc View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M src/code-stub-assembler.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 3 4 5 6 7 1 chunk +10 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
A test/js-perf-test/Array/filter.js View 1 2 3 4 5 6 7 8 9 1 chunk +88 lines, -0 lines 0 comments Download
A test/js-perf-test/Array/run.js View 1 1 chunk +32 lines, -0 lines 0 comments Download
M test/js-perf-test/JSTests.json View 1 1 chunk +12 lines, -0 lines 1 comment Download

Messages

Total messages: 41 (31 generated)
mvstanton
HI Danno, I'd like to get this checked into the tree so I don't have ...
3 years, 9 months ago (2017-03-19 10:06:05 UTC) #10
danno
Totally on the right track. I wonder if we can't simplify a bit, let's discuss ...
3 years, 9 months ago (2017-03-20 08:06:26 UTC) #15
mvstanton
Hi Danno, Thanks for the review. For the first comment (about flags), this CL is ...
3 years, 9 months ago (2017-03-20 16:10:53 UTC) #24
danno
https://codereview.chromium.org/2680153005/diff/160001/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/2680153005/diff/160001/src/flag-definitions.h#newcode277 src/flag-definitions.h:277: "Experimental versions of array builtins") Consider moving this to ...
3 years, 9 months ago (2017-03-20 16:58:38 UTC) #27
mvstanton
Thanks for the look! Comments addressed... --Michael https://codereview.chromium.org/2680153005/diff/160001/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/2680153005/diff/160001/src/flag-definitions.h#newcode277 src/flag-definitions.h:277: "Experimental versions ...
3 years, 9 months ago (2017-03-20 22:08:31 UTC) #30
danno
lgtm. as discussed, there is cleanup needed here that will happen automatically when I merge/land ...
3 years, 9 months ago (2017-03-21 08:53:23 UTC) #33
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/2680153005/180001
3 years, 9 months ago (2017-03-21 08:54:17 UTC) #35
commit-bot: I haz the power
Committed patchset #10 (id:180001) as https://chromium.googlesource.com/v8/v8/+/1e03479c64ab3dc41182f4d7017b1fb39ceffb27
3 years, 9 months ago (2017-03-21 08:57:03 UTC) #38
Michael Achenbach
https://codereview.chromium.org/2680153005/diff/180001/test/js-perf-test/JSTests.json File test/js-perf-test/JSTests.json (right): https://codereview.chromium.org/2680153005/diff/180001/test/js-perf-test/JSTests.json#newcode332 test/js-perf-test/JSTests.json:332: "name": "Arrays", The folder was called Array. This fails ...
3 years, 9 months ago (2017-03-22 08:52:58 UTC) #40
agrieve
3 years, 8 months ago (2017-04-26 00:00:12 UTC) #41
Message was sent while issue was closed.
On 2017/03/22 08:52:58, Michael Achenbach wrote:
>
https://codereview.chromium.org/2680153005/diff/180001/test/js-perf-test/JSTe...
> File test/js-perf-test/JSTests.json (right):
> 
>
https://codereview.chromium.org/2680153005/diff/180001/test/js-perf-test/JSTe...
> test/js-perf-test/JSTests.json:332: "name": "Arrays",
> The folder was called Array. This fails now on bots. Please fix asap as it
> prevents uploads for the other tests too.

Could someone that reviewed this change please comment on its size impact here:
https://bugs.chromium.org/p/chromium/issues/detail?id=704181

Powered by Google App Engine
This is Rietveld 408576698