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

Issue 2351233002: [parser] Refactor of Parse*Statement*, part 8 (Closed)

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

Description

[parser] Refactor of Parse*Statement*, part 8 This patch moves the following parsing method to ParserBase: - ParseForStatement R=adamk@chromium.org, marja@chromium.org BUG= LOG=N Committed: https://crrev.com/51b6a3d11b225b474600837b75b901a3f08c5d51 Cr-Commit-Position: refs/heads/master@{#39587}

Patch Set 1 : Just moving code (broken) #

Patch Set 2 : The real patch #

Total comments: 23

Patch Set 3 : The real patch (fixed base) #

Patch Set 4 : Change after reviewers' comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+479 lines, -515 lines) Patch
M src/parsing/parser.h View 1 2 3 2 chunks +8 lines, -5 lines 0 comments Download
M src/parsing/parser.cc View 1 2 3 7 chunks +147 lines, -374 lines 0 comments Download
M src/parsing/parser-base.h View 1 2 3 4 chunks +279 lines, -1 line 0 comments Download
M src/parsing/preparser.h View 1 2 3 4 chunks +45 lines, -1 line 0 comments Download
M src/parsing/preparser.cc View 2 1 chunk +0 lines, -134 lines 0 comments Download

Messages

Total messages: 22 (11 generated)
nickie
4 years, 3 months ago (2016-09-20 16:06:49 UTC) #1
nickie
I know this is a bit ugly but it's arguably not uglier than the existing ...
4 years, 3 months ago (2016-09-20 16:12:50 UTC) #4
adamk
A bit surprisingly, I think there are some ways in which this is cleaner than ...
4 years, 3 months ago (2016-09-20 16:34:31 UTC) #5
marja
Initial set of comments, I'll continue tomorrow. Curiously, when I select "view" in the files ...
4 years, 3 months ago (2016-09-20 19:36:30 UTC) #8
marja
The approach LG - it's definitely clearer than the previous version, and you don't need ...
4 years, 3 months ago (2016-09-21 08:23:21 UTC) #9
nickie
Sorry about the mess with the patch's base, for some reason, the 2nd patchset was ...
4 years, 3 months ago (2016-09-21 09:20:03 UTC) #10
marja
lgtm https://codereview.chromium.org/2351233002/diff/20001/src/parsing/parser-base.h File src/parsing/parser-base.h (right): https://codereview.chromium.org/2351233002/diff/20001/src/parsing/parser-base.h#newcode5052 src/parsing/parser-base.h:5052: auto loop = Ok, then it's fine. https://codereview.chromium.org/2351233002/diff/20001/src/parsing/parser.cc ...
4 years, 3 months ago (2016-09-21 10:31:42 UTC) #15
nickie
https://codereview.chromium.org/2351233002/diff/20001/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2351233002/diff/20001/src/parsing/parser.cc#newcode2073 src/parsing/parser.cc:2073: if (name != On 2016/09/21 10:31:42, marja wrote: > ...
4 years, 3 months ago (2016-09-21 10:33:06 UTC) #16
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/2351233002/60001
4 years, 3 months ago (2016-09-21 10:33:24 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-21 10:39:08 UTC) #20
commit-bot: I haz the power
4 years, 3 months ago (2016-09-21 10:39:44 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/51b6a3d11b225b474600837b75b901a3f08c5d51
Cr-Commit-Position: refs/heads/master@{#39587}

Powered by Google App Engine
This is Rietveld 408576698