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

Issue 2370713003: Preparse functions in the scope that was created when parsing of the function was started (Closed)

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

Description

Preparse functions in the scope that was created when parsing of the function was started This reduces the number of scopes for lazily parsed top-level functions from 3 to 1 BUG=v8:5209 Committed: https://crrev.com/9618d095903c604a032b33792c068f4a6169503c Cr-Commit-Position: refs/heads/master@{#39725}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -38 lines) Patch
M src/ast/scopes.h View 1 1 chunk +14 lines, -0 lines 0 comments Download
M src/parsing/parser.cc View 1 4 chunks +14 lines, -29 lines 0 comments Download
M src/parsing/parser-base.h View 1 2 chunks +7 lines, -2 lines 0 comments Download
M src/parsing/preparser.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/parsing/preparser.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Toon Verwaest
ptal
4 years, 2 months ago (2016-09-26 12:24:12 UTC) #2
marja
https://codereview.chromium.org/2370713003/diff/1/src/ast/scopes.h File src/ast/scopes.h (right): https://codereview.chromium.org/2370713003/diff/1/src/ast/scopes.h#newcode809 src/ast/scopes.h:809: void ResetAfterPreparsing() { Why do we need this? Just ...
4 years, 2 months ago (2016-09-26 12:38:27 UTC) #3
Toon Verwaest
Addressed comments and rebased. Now resetting is done much later, close to where the other ...
4 years, 2 months ago (2016-09-26 12:56:59 UTC) #4
marja
lgtm
4 years, 2 months ago (2016-09-26 13:06:10 UTC) #5
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/2370713003/20001
4 years, 2 months ago (2016-09-26 13:11:23 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-09-26 13:41:08 UTC) #8
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/9618d095903c604a032b33792c068f4a6169503c Cr-Commit-Position: refs/heads/master@{#39725}
4 years, 2 months ago (2016-09-26 13:41:29 UTC) #10
Michael Hablich
4 years, 2 months ago (2016-09-26 14:02:03 UTC) #11
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/2365393002/ by hablich@chromium.org.

The reason for reverting is: Needed for
https://codereview.chromium.org/2373443003/.

Powered by Google App Engine
This is Rietveld 408576698