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

Issue 2268513002: Cleanup: Move ParseInfo to a separate file. (Closed)

Created:
4 years, 4 months ago by marja
Modified:
4 years, 4 months ago
Reviewers:
titzer, Toon Verwaest
CC:
v8-reviews_googlegroups.com, Yang
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Cleanup: Move ParseInfo to a separate file. This makes us able to get rid of dependencies to parser.h from places which only need the ParseInfo, and also gets rid of the curious Parser <-> Compiler circular dependency. Also IWYUd where necessary. BUG= Committed: https://crrev.com/f9d60761156604843ecaa892e5733811f1be17a5 Cr-Commit-Position: refs/heads/master@{#38777}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+393 lines, -328 lines) Patch
M BUILD.gn View 2 chunks +3 lines, -3 lines 0 comments Download
M src/asmjs/asm-js.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ast/scopes.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/background-parsing-task.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler-dispatcher/compiler-dispatcher-job.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/js-inlining.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/pipeline.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/hydrogen.h View 1 chunk +1 line, -1 line 0 comments Download
M src/debug/debug-scopes.cc View 1 chunk +1 line, -0 lines 0 comments Download
A src/parsing/parse-info.h View 1 chunk +245 lines, -0 lines 0 comments Download
A src/parsing/parse-info.cc View 1 chunk +113 lines, -0 lines 3 comments Download
M src/parsing/parser.h View 2 chunks +2 lines, -224 lines 0 comments Download
M src/parsing/parser.cc View 2 chunks +2 lines, -90 lines 0 comments Download
M src/parsing/rewriter.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-internal.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M src/wasm/wasm-js.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/asmjs/test-asm-typer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/compiler/function-tester.h View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/compiler/test-linkage.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-loop-assignment-analysis.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-parsing.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/fuzzer/parser.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/compiler-dispatcher/compiler-dispatcher-job-unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/parser-shell.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 17 (10 generated)
marja
verwaest, ptal https://codereview.chromium.org/2268513002/diff/1/src/parsing/parse-info.cc File src/parsing/parse-info.cc (right): https://codereview.chromium.org/2268513002/diff/1/src/parsing/parse-info.cc#newcode75 src/parsing/parse-info.cc:75: ParseInfo::~ParseInfo() { De-inlined https://codereview.chromium.org/2268513002/diff/1/src/parsing/parse-info.cc#newcode83 src/parsing/parse-info.cc:83: DeclarationScope* ParseInfo::scope() ...
4 years, 4 months ago (2016-08-22 09:37:41 UTC) #5
Toon Verwaest
lgtm you'll need some additional owners I guess
4 years, 4 months ago (2016-08-22 09:46:55 UTC) #6
marja
titzer@, could you review? You're the owner of the following: src/asmjs/asm-js.cc src/compiler/js-inlining.cc src/compiler/pipeline.cc src/wasm/wasm-js.cc test/cctest/asmjs/test-asm-typer.cc ...
4 years, 4 months ago (2016-08-22 09:58:07 UTC) #10
titzer
On 2016/08/22 09:58:07, marja wrote: > titzer@, could you review? You're the owner of the ...
4 years, 4 months ago (2016-08-22 11:29:01 UTC) #11
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/2268513002/1
4 years, 4 months ago (2016-08-22 11:31:39 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 4 months ago (2016-08-22 11:33:36 UTC) #15
commit-bot: I haz the power
4 years, 4 months ago (2016-08-22 11:34:05 UTC) #17
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/f9d60761156604843ecaa892e5733811f1be17a5
Cr-Commit-Position: refs/heads/master@{#38777}

Powered by Google App Engine
This is Rietveld 408576698