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

Issue 1315823002: Parse arrow functions at proper precedence level (Closed)

Created:
5 years, 4 months ago by wingo
Modified:
5 years, 3 months ago
CC:
v8-dev, conradw
Base URL:
https://chromium.googlesource.com/v8/v8@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Parse arrow functions at proper precedence level BUG=v8:4211 LOG=Y R=rossberg@chromium.org Committed: https://crrev.com/79e74db3e0df3f481793f169d945505886700e55 Cr-Commit-Position: refs/heads/master@{#30373}

Patch Set 1 #

Patch Set 2 : Add another visitor #

Total comments: 6

Patch Set 3 : Fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -36 lines) Patch
M src/ast.h View 3 chunks +17 lines, -1 line 0 comments Download
M src/ast-expression-visitor.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/ast-literal-reindexer.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ast-numbering.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/compiler/ast-loop-assignment-analyzer.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M src/messages.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/parser.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/pattern-rewriter.cc View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M src/preparser.h View 3 chunks +27 lines, -28 lines 0 comments Download
M src/prettyprinter.cc View 1 2 3 chunks +15 lines, -0 lines 0 comments Download
M src/typing.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M test/message/arrow-missing.out View 1 chunk +3 lines, -3 lines 0 comments Download
A test/mjsunit/harmony/regress/regress-4211.js View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (11 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315823002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315823002/1
5 years, 4 months ago (2015-08-25 08:21:28 UTC) #2
wingo
A reapplication of https://codereview.chromium.org/1286383005, now that the rebaseline patch landed on the Blink side.
5 years, 4 months ago (2015-08-25 08:22:11 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel/builds/8895)
5 years, 4 months ago (2015-08-25 08:24:58 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315823002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315823002/20001
5 years, 4 months ago (2015-08-25 09:06:58 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-25 09:34:45 UTC) #10
wingo
On 2015/08/25 09:34:45, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
5 years, 4 months ago (2015-08-25 10:13:46 UTC) #11
wingo
On 2015/08/25 10:13:46, wingo wrote: > On 2015/08/25 09:34:45, commit-bot: I haz the power wrote: ...
5 years, 4 months ago (2015-08-25 12:46:45 UTC) #12
rossberg
https://codereview.chromium.org/1315823002/diff/20001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1315823002/diff/20001/src/interpreter/bytecode-generator.cc#newcode339 src/interpreter/bytecode-generator.cc:339: UNIMPLEMENTED(); Nit: This should probably be UNREACHABLE (same for ...
5 years, 4 months ago (2015-08-25 12:55:56 UTC) #13
wingo
Fixed nits. See comment below about spread treatment. https://codereview.chromium.org/1315823002/diff/20001/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1315823002/diff/20001/src/preparser.h#newcode2279 src/preparser.h:2279: } ...
5 years, 4 months ago (2015-08-25 13:18:18 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315823002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315823002/40001
5 years, 4 months ago (2015-08-25 13:18:35 UTC) #16
rossberg
LGTM https://codereview.chromium.org/1315823002/diff/20001/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1315823002/diff/20001/src/preparser.h#newcode2279 src/preparser.h:2279: } else if (allow_harmony_rest_parameters() && Check(Token::ELLIPSIS)) { On ...
5 years, 4 months ago (2015-08-25 13:26:42 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-25 14:12:55 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315823002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315823002/40001
5 years, 4 months ago (2015-08-25 14:13:44 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/5202)
5 years, 4 months ago (2015-08-25 14:15:56 UTC) #23
wingo
Michael would you mind a look, this is a reland
5 years, 4 months ago (2015-08-25 15:39:14 UTC) #25
Michael Starzinger
LGTM (rubber-stamp on compiler).
5 years, 4 months ago (2015-08-25 18:30:45 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315823002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315823002/40001
5 years, 3 months ago (2015-08-26 07:23:16 UTC) #28
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 3 months ago (2015-08-26 09:36:44 UTC) #29
commit-bot: I haz the power
5 years, 3 months ago (2015-08-26 09:36:52 UTC) #30
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/79e74db3e0df3f481793f169d945505886700e55
Cr-Commit-Position: refs/heads/master@{#30373}

Powered by Google App Engine
This is Rietveld 408576698