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

Issue 2539123002: Preparsing inner funcs: be less pessimistic about maybe_assigned. (Closed)

Created:
4 years ago by marja
Modified:
4 years ago
Reviewers:
neis, Toon Verwaest
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Preparsing inner funcs: be less pessimistic about maybe_assigned. BUG=v8:5501, v8:5678 Committed: https://crrev.com/64d9352a545c13e1c9519137c935f3c0bcd03177 Cr-Commit-Position: refs/heads/master@{#41645}

Patch Set 1 #

Total comments: 4

Patch Set 2 : rebased #

Patch Set 3 : rebased #

Patch Set 4 : fixing the rebase #

Patch Set 5 : more maybe_assigned in preparser #

Total comments: 10

Patch Set 6 : code review (neis@) #

Patch Set 7 : moar #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -132 lines) Patch
M src/ast/scopes.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/ast/scopes.cc View 1 2 1 chunk +0 lines, -20 lines 0 comments Download
M src/parsing/preparser.h View 1 2 3 4 5 18 chunks +64 lines, -49 lines 0 comments Download
M src/parsing/preparser.cc View 1 2 3 chunks +10 lines, -11 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 3 4 5 6 2 chunks +55 lines, -51 lines 0 comments Download

Messages

Total messages: 21 (11 generated)
marja
this is the next step - ptal This cl is based on https://codereview.chromium.org/2407163003/
4 years ago (2016-11-30 12:59:55 UTC) #2
Toon Verwaest
Looks good! Simple enough :) https://codereview.chromium.org/2539123002/diff/1/src/parsing/preparser.h File src/parsing/preparser.h (right): https://codereview.chromium.org/2539123002/diff/1/src/parsing/preparser.h#newcode8 src/parsing/preparser.h:8: #include "src/ast/ast.h" Should we ...
4 years ago (2016-12-01 13:34:08 UTC) #3
marja
https://codereview.chromium.org/2539123002/diff/1/src/parsing/preparser.h File src/parsing/preparser.h (right): https://codereview.chromium.org/2539123002/diff/1/src/parsing/preparser.h#newcode8 src/parsing/preparser.h:8: #include "src/ast/ast.h" On 2016/12/01 13:34:08, Toon Verwaest wrote: > ...
4 years ago (2016-12-06 14:50:06 UTC) #4
Toon Verwaest
lgtm
4 years ago (2016-12-09 11:43:12 UTC) #5
neis
https://codereview.chromium.org/2539123002/diff/80001/src/parsing/preparser.h File src/parsing/preparser.h (right): https://codereview.chromium.org/2539123002/diff/80001/src/parsing/preparser.h#newcode160 src/parsing/preparser.h:160: ZoneList<VariableProxy*>* variables = nullptr) { Can we remove the ...
4 years ago (2016-12-12 13:01:36 UTC) #11
marja
https://codereview.chromium.org/2539123002/diff/80001/src/parsing/preparser.h File src/parsing/preparser.h (right): https://codereview.chromium.org/2539123002/diff/80001/src/parsing/preparser.h#newcode160 src/parsing/preparser.h:160: ZoneList<VariableProxy*>* variables = nullptr) { On 2016/12/12 13:01:36, neis ...
4 years ago (2016-12-12 13:36:47 UTC) #12
neis
lgtm
4 years ago (2016-12-12 13:39:28 UTC) #13
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/2539123002/120001
4 years ago (2016-12-12 13:42:12 UTC) #16
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years ago (2016-12-12 14:44:35 UTC) #19
commit-bot: I haz the power
4 years ago (2016-12-12 14:45:21 UTC) #21
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/64d9352a545c13e1c9519137c935f3c0bcd03177
Cr-Commit-Position: refs/heads/master@{#41645}

Powered by Google App Engine
This is Rietveld 408576698