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

Issue 2179423002: [parser] Refactor parser and preparser traits (Closed)

Created:
4 years, 4 months ago by nickie
Modified:
4 years, 4 months ago
Reviewers:
adamk, marja
CC:
v8-reviews_googlegroups.com, Toon Verwaest
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[parser] Refactor parser and preparser traits This patch refactors the traits objects, used by the parser and the preparser, so that they contain the same set of methods, with the same signatures. R=adamk@chromium.org BUG= LOG=N Committed: https://crrev.com/8dd835c2c6f7315070e552cc823e7ff768ac6c4d Cr-Commit-Position: refs/heads/master@{#38736}

Patch Set 1 #

Patch Set 2 : Refactor symbol preparser methods #

Patch Set 3 : Rebase #

Total comments: 6

Patch Set 4 : Change after reviewers' comments #

Patch Set 5 : More changes after reviewers' comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+558 lines, -643 lines) Patch
M src/parsing/parser.h View 1 2 3 10 chunks +39 lines, -64 lines 0 comments Download
M src/parsing/parser.cc View 1 2 34 chunks +404 lines, -471 lines 0 comments Download
M src/parsing/parser-base.h View 1 2 1 chunk +22 lines, -2 lines 0 comments Download
M src/parsing/preparser.h View 1 2 3 15 chunks +76 lines, -84 lines 0 comments Download
M src/parsing/preparser.cc View 1 2 3 4 7 chunks +17 lines, -22 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 37 (26 generated)
nickie
For some reason (most probably my bad), this CL was never sent for review before ...
4 years, 4 months ago (2016-08-17 14:12:30 UTC) #10
adamk
I won't get a chance to look at this in detail today, but I'll give ...
4 years, 4 months ago (2016-08-17 19:34:49 UTC) #16
marja
LGTM % comments This is generally sensemaking, though, if you're going to merge Parser with ...
4 years, 4 months ago (2016-08-18 08:36:16 UTC) #17
nickie
On 2016/08/18 08:36:15, marja wrote: > This is generally sensemaking, though, if you're going to ...
4 years, 4 months ago (2016-08-18 09:14:04 UTC) #18
marja
I don't have a strong opinion about the unused parameter thing. The commented out version ...
4 years, 4 months ago (2016-08-18 09:18:16 UTC) #21
marja
Iow, if the coding style discourages the version I like, fair enough; the other two ...
4 years, 4 months ago (2016-08-18 09:19:23 UTC) #22
nickie
On 2016/08/18 09:18:16, marja wrote: > I don't have a strong opinion about the unused ...
4 years, 4 months ago (2016-08-18 09:21:38 UTC) #23
adamk
lgtm Sad we have to touch so many lines of code, but I guess we've ...
4 years, 4 months ago (2016-08-18 17:47:47 UTC) #30
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/2179423002/80001
4 years, 4 months ago (2016-08-19 08:09:04 UTC) #33
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-19 08:11:15 UTC) #35
commit-bot: I haz the power
4 years, 4 months ago (2016-08-19 08:11:32 UTC) #37
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/8dd835c2c6f7315070e552cc823e7ff768ac6c4d
Cr-Commit-Position: refs/heads/master@{#38736}

Powered by Google App Engine
This is Rietveld 408576698