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

Issue 1065983005: Introduce "expression classifier" to the parser. (Closed)

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

Description

Introduce "expression classifier" to the parser. R=marja@chromium.org,rossberg@chromium.org Committed: https://crrev.com/f3ee83b63142aad78a71ebd83b3abc463ea60612 Cr-Commit-Position: refs/heads/master@{#28005}

Patch Set 1 #

Total comments: 4

Patch Set 2 : CR feedback #

Patch Set 3 : Rebased #

Patch Set 4 : One more rebase #

Patch Set 5 : Added operator== and operator!= to Scanner::Location #

Unified diffs Side-by-side diffs Delta from patch set Stats (+281 lines, -136 lines) Patch
M src/bootstrapper.cc View 1 2 3 chunks +20 lines, -17 lines 0 comments Download
M src/flag-definitions.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/parser.cc View 1 2 3 7 chunks +26 lines, -9 lines 0 comments Download
M src/preparser.h View 1 2 3 51 chunks +203 lines, -102 lines 0 comments Download
M src/preparser.cc View 1 2 3 6 chunks +22 lines, -7 lines 0 comments Download
M src/scanner.h View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (11 generated)
Dmitry Lomov (no reviews)
PTAL - this is a very mechanical CL, just adding an extra parameter to all ...
5 years, 8 months ago (2015-04-21 16:47:41 UTC) #1
marja
I'm missing some context here... what's the context?
5 years, 8 months ago (2015-04-21 19:45:15 UTC) #2
Dmitry Lomov (no reviews)
On 2015/04/21 19:45:15, marja wrote: > I'm missing some context here... what's the context? See ...
5 years, 8 months ago (2015-04-21 19:47:20 UTC) #3
marja
lgtm
5 years, 8 months ago (2015-04-21 20:04:46 UTC) #4
rossberg
https://codereview.chromium.org/1065983005/diff/1/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1065983005/diff/1/src/preparser.h#newcode578 src/preparser.h:578: class ExpressionClassifier { Don't we also want is_valid_arrow_parameter_list, to ...
5 years, 8 months ago (2015-04-22 09:30:47 UTC) #5
Dmitry Lomov (no reviews)
https://codereview.chromium.org/1065983005/diff/1/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1065983005/diff/1/src/preparser.h#newcode578 src/preparser.h:578: class ExpressionClassifier { On 2015/04/22 09:30:47, rossberg wrote: > ...
5 years, 8 months ago (2015-04-22 09:36:55 UTC) #6
Dmitry Lomov (no reviews)
Removed CHECK_CLASSIFIER_OK macro
5 years, 8 months ago (2015-04-22 09:59:08 UTC) #7
rossberg
lgtm
5 years, 8 months ago (2015-04-22 10:39:36 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1065983005/20001
5 years, 8 months ago (2015-04-22 10:46:12 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/5043)
5 years, 8 months ago (2015-04-22 10:47:45 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1065983005/40001
5 years, 8 months ago (2015-04-22 11:15:23 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/5045)
5 years, 8 months ago (2015-04-22 11:16:46 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1065983005/60001
5 years, 8 months ago (2015-04-22 11:44:55 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_gcc_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_gcc_compile_rel/builds/1926)
5 years, 8 months ago (2015-04-22 11:52:59 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1065983005/80001
5 years, 8 months ago (2015-04-22 12:08:39 UTC) #26
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 8 months ago (2015-04-22 12:35:10 UTC) #27
commit-bot: I haz the power
5 years, 8 months ago (2015-04-22 13:19:37 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f3ee83b63142aad78a71ebd83b3abc463ea60612
Cr-Commit-Position: refs/heads/master@{#28005}

Powered by Google App Engine
This is Rietveld 408576698