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

Issue 1226063002: Guard @@isConcatSpreadable behind a flag (Closed)

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

Description

Guard @@isConcatSpreadable behind a flag The breakage to Chrome seems to be based on @@isConcatSpreadable and turning that part off with this patch fixes the Maps Tips & Tricks test case. BUG=chromium:507553 LOG=Y R=adamk Committed: https://crrev.com/a415f594585cb16cd1b4067cab905ddab61c6e5b Cr-Commit-Position: refs/heads/master@{#29545}

Patch Set 1 #

Patch Set 2 : Tested against Chrome and fixes the bug #

Total comments: 1

Patch Set 3 : Fix harmony/array-concat test to pass new flag #

Patch Set 4 : change todo #

Patch Set 5 : change todo again #

Patch Set 6 : stage new option so test262 passes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -15 lines) Patch
M BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M src/bootstrapper.cc View 3 chunks +4 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M src/harmony-array.js View 1 chunk +0 lines, -5 lines 0 comments Download
A src/harmony-concat-spreadable.js View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
M src/runtime/runtime-array.cc View 1 chunk +9 lines, -7 lines 0 comments Download
M test/mjsunit/harmony/array-concat.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
Dan Ehrenberg
5 years, 5 months ago (2015-07-08 21:01:55 UTC) #2
adamk
Code lgtm, but you'll need to add the --harmony-concat-spreadable flag to test/mjsunit/harmony/array-concat.js
5 years, 5 months ago (2015-07-08 21:08:19 UTC) #3
caitp (gmail)
On 2015/07/08 21:01:55, Dan Ehrenberg wrote: What specifically breaks WRT isConcatSpreadable? Iirc we have confidence ...
5 years, 5 months ago (2015-07-08 21:09:56 UTC) #4
adamk
https://codereview.chromium.org/1226063002/diff/20001/src/harmony-concat-spreadable.js File src/harmony-concat-spreadable.js (right): https://codereview.chromium.org/1226063002/diff/20001/src/harmony-concat-spreadable.js#newcode12 src/harmony-concat-spreadable.js:12: // TODO(dslomov, caitp): Move to symbol.js when shipping Maybe ...
5 years, 5 months ago (2015-07-08 21:10:34 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1226063002/80001
5 years, 5 months ago (2015-07-08 21:12:44 UTC) #11
Dan Ehrenberg
On 2015/07/08 21:09:56, caitp wrote: > On 2015/07/08 21:01:55, Dan Ehrenberg wrote: > > What ...
5 years, 5 months ago (2015-07-08 21:13:25 UTC) #12
Dan Ehrenberg
On 2015/07/08 21:09:56, caitp wrote: > On 2015/07/08 21:01:55, Dan Ehrenberg wrote: > > What ...
5 years, 5 months ago (2015-07-08 21:13:27 UTC) #13
adamk
One more thought (sorry for the extra back-and-forth): what if we leave this staged? That'll ...
5 years, 5 months ago (2015-07-08 21:15:48 UTC) #15
Dan Ehrenberg
On 2015/07/08 21:15:48, adamk wrote: > One more thought (sorry for the extra back-and-forth): what ...
5 years, 5 months ago (2015-07-08 21:24:31 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1226063002/100001
5 years, 5 months ago (2015-07-08 21:24:49 UTC) #19
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 5 months ago (2015-07-08 21:49:49 UTC) #20
commit-bot: I haz the power
5 years, 5 months ago (2015-07-08 21:50:11 UTC) #21
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a415f594585cb16cd1b4067cab905ddab61c6e5b
Cr-Commit-Position: refs/heads/master@{#29545}

Powered by Google App Engine
This is Rietveld 408576698