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

Issue 2160943004: Remove ast_value_factory_ and usages from scope (Closed)

Created:
4 years, 5 months ago by Toon Verwaest
Modified:
4 years, 5 months ago
Reviewers:
adamk, marja
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

Remove ast_value_factory_ and usages from scope This frees up a field in Scope and untangles scope a little from the parser. BUG=v8:5209 Committed: https://crrev.com/e8e09ca7252af6dfc428aeaff7e7990e1ff8c1da Cr-Commit-Position: refs/heads/master@{#37887}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rename NewScope(...FunctionKind) to NewFunctionScope #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -88 lines) Patch
M src/ast/scopes.h View 5 chunks +7 lines, -6 lines 0 comments Download
M src/ast/scopes.cc View 11 chunks +51 lines, -56 lines 0 comments Download
M src/parsing/parser.h View 1 2 chunks +7 lines, -6 lines 0 comments Download
M src/parsing/parser.cc View 1 5 chunks +6 lines, -5 lines 0 comments Download
M src/parsing/parser-base.h View 1 2 chunks +14 lines, -7 lines 0 comments Download
M src/parsing/preparser.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-parsing.cc View 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
Toon Verwaest
This CL will probably take a step back when https://codereview.chromium.org/2158343002/ lands and I'll need to ...
4 years, 5 months ago (2016-07-19 13:50:07 UTC) #2
adamk
lgtm % naming https://codereview.chromium.org/2160943004/diff/1/src/parsing/parser-base.h File src/parsing/parser-base.h (right): https://codereview.chromium.org/2160943004/diff/1/src/parsing/parser-base.h#newcode628 src/parsing/parser-base.h:628: Scope* NewScope(Scope* parent, FunctionKind kind) { ...
4 years, 5 months ago (2016-07-19 20:49:43 UTC) #3
Toon Verwaest
Addressed comment
4 years, 5 months ago (2016-07-20 07:29:22 UTC) #4
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/2160943004/20001
4 years, 5 months ago (2016-07-20 07:32:28 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-20 08:08:17 UTC) #8
commit-bot: I haz the power
4 years, 5 months ago (2016-07-20 08:08:48 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e8e09ca7252af6dfc428aeaff7e7990e1ff8c1da
Cr-Commit-Position: refs/heads/master@{#37887}

Powered by Google App Engine
This is Rietveld 408576698