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

Issue 2368083002: [parser] Refactor of ParseClass* and ParseNativeDeclaration (Closed)

Created:
4 years, 2 months ago by nickie
Modified:
4 years, 2 months ago
Reviewers:
adamk, marja
CC:
v8-reviews_googlegroups.com, Dan Ehrenberg
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[parser] Refactor of ParseClass* and ParseNativeDeclaration This patch moves the following parsing method to ParserBase: - ParseClassDeclaration - ParseClassLiteral - ParseNativeDeclaration R=adamk@chromium.org, marja@chromium.org BUG= LOG=N Committed: https://crrev.com/7818355363b7a66ff7709e33c72bfdef5eb21450 Committed: https://crrev.com/da33b67ad796364bf7c990667e32666c0ab1dc48 Cr-Original-Commit-Position: refs/heads/master@{#39814} Cr-Commit-Position: refs/heads/master@{#39829}

Patch Set 1 : Just moving code (broken) #

Patch Set 2 : The real patch #

Total comments: 16

Patch Set 3 : Change to address reviewer's comments #

Patch Set 4 : More changes to address reviewers' comments #

Total comments: 4

Patch Set 5 : One more round of changes after comments #

Patch Set 6 : Rebase #

Patch Set 7 : Rebase again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+364 lines, -327 lines) Patch
M src/parsing/parser.h View 1 2 3 4 5 6 chunks +25 lines, -11 lines 0 comments Download
M src/parsing/parser.cc View 1 2 3 4 5 6 8 chunks +144 lines, -228 lines 0 comments Download
M src/parsing/parser-base.h View 1 2 3 4 5 6 12 chunks +162 lines, -10 lines 0 comments Download
M src/parsing/preparser.h View 1 2 3 4 5 7 chunks +33 lines, -15 lines 0 comments Download
M src/parsing/preparser.cc View 1 2 3 4 5 6 2 chunks +0 lines, -63 lines 0 comments Download

Messages

Total messages: 39 (22 generated)
nickie
4 years, 2 months ago (2016-09-25 18:03:47 UTC) #1
marja
https://codereview.chromium.org/2368083002/diff/20001/src/parsing/parser-base.h File src/parsing/parser-base.h (right): https://codereview.chromium.org/2368083002/diff/20001/src/parsing/parser-base.h#newcode686 src/parsing/parser-base.h:686: : proxy(nullptr), The creation & modification (set_end_pos) & usage ...
4 years, 2 months ago (2016-09-26 09:35:27 UTC) #6
nickie
I addressed the relatively easy ones. I will see if I can think of a ...
4 years, 2 months ago (2016-09-26 12:19:59 UTC) #7
nickie
https://codereview.chromium.org/2368083002/diff/20001/src/parsing/parser-base.h File src/parsing/parser-base.h (right): https://codereview.chromium.org/2368083002/diff/20001/src/parsing/parser-base.h#newcode686 src/parsing/parser-base.h:686: : proxy(nullptr), On 2016/09/26 09:35:26, marja wrote: > The ...
4 years, 2 months ago (2016-09-26 17:28:13 UTC) #8
adamk
Mostly lgtm save a few nits https://codereview.chromium.org/2368083002/diff/20001/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2368083002/diff/20001/src/parsing/parser.cc#newcode3575 src/parsing/parser.cc:3575: // TODO(verwaest): declare ...
4 years, 2 months ago (2016-09-26 20:36:32 UTC) #13
marja
lgtm w/ comment https://codereview.chromium.org/2368083002/diff/60001/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2368083002/diff/60001/src/parsing/parser.cc#newcode1600 src/parsing/parser.cc:1600: decl->proxy()->var()->set_initializer_position(position()); IMO none of the Parser ...
4 years, 2 months ago (2016-09-27 06:49:21 UTC) #14
nickie
I'm cc:ing Dan, because of bakkot's CLs regarding class fields (2316233004, 2330473002) that he mentioned ...
4 years, 2 months ago (2016-09-27 08:52:17 UTC) #15
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/2368083002/100001
4 years, 2 months ago (2016-09-28 08:36:48 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_dbg_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/13630)
4 years, 2 months ago (2016-09-28 08:38:18 UTC) #24
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/2368083002/120001
4 years, 2 months ago (2016-09-28 08:46:20 UTC) #27
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 2 months ago (2016-09-28 09:12:25 UTC) #28
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/7818355363b7a66ff7709e33c72bfdef5eb21450 Cr-Commit-Position: refs/heads/master@{#39814}
4 years, 2 months ago (2016-09-28 09:12:37 UTC) #30
Toon Verwaest
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/2380663002/ by verwaest@chromium.org. ...
4 years, 2 months ago (2016-09-28 11:15:53 UTC) #31
nickie
On 2016/09/28 11:15:53, Toon Verwaest wrote: > A revert of this CL (patchset #7 id:120001) ...
4 years, 2 months ago (2016-09-28 13:39:03 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/2368083002/120001
4 years, 2 months ago (2016-09-28 13:39:25 UTC) #35
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 2 months ago (2016-09-28 13:42:27 UTC) #37
commit-bot: I haz the power
4 years, 2 months ago (2016-09-28 13:42:48 UTC) #39
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/da33b67ad796364bf7c990667e32666c0ab1dc48
Cr-Commit-Position: refs/heads/master@{#39829}

Powered by Google App Engine
This is Rietveld 408576698