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

Issue 1212473002: [destructuring] Re-index materialized literals in arrow function parameters. (Closed)

Created:
5 years, 6 months ago by Dmitry Lomov (no reviews)
Modified:
5 years, 6 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[destructuring] Re-index materialized literals in arrow function parameters. R=wingo@igalia.com BUG=v8:811 LOG=N Committed: https://crrev.com/b4f49586ab22aaea8e9a6a2de7e588dd449ab58b Cr-Commit-Position: refs/heads/master@{#29337}

Patch Set 1 #

Patch Set 2 : One more test #

Patch Set 3 : Fixes #

Total comments: 4

Patch Set 4 : CR feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+501 lines, -4 lines) Patch
M BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/ast.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
A src/ast-literal-reindexer.h View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A src/ast-literal-reindexer.cc View 1 chunk +311 lines, -0 lines 0 comments Download
M src/parser.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/parser.cc View 1 2 3 4 chunks +17 lines, -0 lines 0 comments Download
M src/preparser.h View 1 2 3 6 chunks +24 lines, -4 lines 0 comments Download
M src/prettyprinter.cc View 1 2 3 chunks +11 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/destructuring-parameters-literalcount.js View 1 chunk +41 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/destructuring-parameters-literalcount-nolazy.js View 1 1 chunk +41 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (8 generated)
Dmitry Lomov (no reviews)
PTAL.
5 years, 6 months ago (2015-06-25 15:26:59 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1212473002/1
5 years, 6 months ago (2015-06-25 15:27:16 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1212473002/20001
5 years, 6 months ago (2015-06-25 15:29:38 UTC) #5
commit-bot: I haz the power
Dry run: Exceeded global retry quota
5 years, 6 months ago (2015-06-25 15:39:32 UTC) #7
Dmitry Lomov (no reviews)
Nevermind, will look into failures
5 years, 6 months ago (2015-06-25 16:03:37 UTC) #8
wingo
I took a look yesterday and it looked fine to me, modulo the test failures ...
5 years, 6 months ago (2015-06-26 07:04:25 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1212473002/40001
5 years, 6 months ago (2015-06-26 14:46:37 UTC) #11
Dmitry Lomov (no reviews)
Erik/Adam, mind taking a look?
5 years, 6 months ago (2015-06-26 14:47:03 UTC) #13
arv (Not doing code reviews)
On 2015/06/26 14:47:03, Dmitry S. Lomov wrote: > Erik/Adam, mind taking a look? Looking
5 years, 6 months ago (2015-06-26 14:53:19 UTC) #14
arv (Not doing code reviews)
LGTM It would have been better if the methods ast-literal-reindexer.cc were in alphabetical order but ...
5 years, 6 months ago (2015-06-26 15:04:56 UTC) #15
adamk
Some drive-by nits if you want to upload one more patch before landing, otherwise I ...
5 years, 6 months ago (2015-06-26 15:06:37 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-26 15:18:08 UTC) #18
Dmitry Lomov (no reviews)
Comments addressed, landing https://codereview.chromium.org/1212473002/diff/40001/src/ast-literal-reindexer.h File src/ast-literal-reindexer.h (right): https://codereview.chromium.org/1212473002/diff/40001/src/ast-literal-reindexer.h#newcode13 src/ast-literal-reindexer.h:13: #include "src/prettyprinter.h" On 2015/06/26 15:06:37, adamk ...
5 years, 6 months ago (2015-06-26 21:13:13 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1212473002/60001
5 years, 6 months ago (2015-06-26 21:13:26 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 6 months ago (2015-06-26 21:39:49 UTC) #23
commit-bot: I haz the power
5 years, 6 months ago (2015-06-26 21:40:04 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b4f49586ab22aaea8e9a6a2de7e588dd449ab58b
Cr-Commit-Position: refs/heads/master@{#29337}

Powered by Google App Engine
This is Rietveld 408576698