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

Issue 1348773004: [cleanup] refactor ParsePropertyDefinition for clarity (Closed)

Created:
5 years, 3 months ago by caitp (gmail)
Modified:
5 years, 3 months ago
Reviewers:
aperez, wingo, adamk, rossberg
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[cleanup] refactor ParsePropertyDefinition for clarity Some cleanup of ParsePropertyDefinition --- Replaces certain hacks with more structured, clean code, and adds additional comments to aid in comprehension of this tricky area of the ambiguous recursive descent parser. BUG=v8:3583 LOG=N R=adamk, aperez, wingo, rossberg Committed: https://crrev.com/15e7897bec11abfcbc7fb177c74a3b649862c4d9 Cr-Commit-Position: refs/heads/master@{#30775}

Patch Set 1 #

Total comments: 18

Patch Set 2 : Comments addressed #

Total comments: 5

Patch Set 3 : Few more comments fixed up #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -53 lines) Patch
M src/preparser.h View 1 2 3 chunks +72 lines, -53 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
caitp (gmail)
PTAL --- this was some cleanup code which I was asked to split apart from ...
5 years, 3 months ago (2015-09-16 16:19:27 UTC) #1
caitp (gmail)
On 2015/09/16 16:19:27, caitp wrote: > PTAL --- this was some cleanup code which I ...
5 years, 3 months ago (2015-09-16 16:19:58 UTC) #2
adamk
Mostly looks good, just some style nits (on both the structure and the comments; I ...
5 years, 3 months ago (2015-09-16 19:03:14 UTC) #3
caitp (gmail)
Comments addressed, thanks for the look https://codereview.chromium.org/1348773004/diff/1/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1348773004/diff/1/src/preparser.h#newcode2615 src/preparser.h:2615: if (peek() == ...
5 years, 3 months ago (2015-09-16 20:10:26 UTC) #4
adamk
lgtm once comments addressed https://codereview.chromium.org/1348773004/diff/1/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1348773004/diff/1/src/preparser.h#newcode2636 src/preparser.h:2636: // IdentifierReference : AssignmentExpression On ...
5 years, 3 months ago (2015-09-16 20:58:01 UTC) #5
caitp (gmail)
Nice to make it a bit easier to understand, CQing in a moment https://codereview.chromium.org/1348773004/diff/1/src/preparser.h File ...
5 years, 3 months ago (2015-09-16 21:01:09 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1348773004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1348773004/40001
5 years, 3 months ago (2015-09-16 21:01:40 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 3 months ago (2015-09-16 21:27:26 UTC) #10
commit-bot: I haz the power
5 years, 3 months ago (2015-09-16 21:27:49 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/15e7897bec11abfcbc7fb177c74a3b649862c4d9
Cr-Commit-Position: refs/heads/master@{#30775}

Powered by Google App Engine
This is Rietveld 408576698