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

Issue 2305883002: Remove unnessary includes of parser.h (Closed)

Created:
4 years, 3 months ago by adamk
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com, Yang, rmcilroy
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Remove unnessary includes of parser.h This makes for slightly faster rebuilds when touching parser-base.h (which changes frequently!). Also takes care of an old TODO, moving CompileTimeValue into its own file under ast/, where it properly belongs. BUG=v8:5294 Committed: https://crrev.com/6dd2bc20b46f9a9e341b2549c6db6018ffcba448 Cr-Commit-Position: refs/heads/master@{#39141}

Patch Set 1 #

Total comments: 3

Patch Set 2 : One more forward decl #

Patch Set 3 : More fixes in asm-js.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -116 lines) Patch
M BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M src/asmjs/asm-js.h View 1 2 1 chunk +8 lines, -11 lines 0 comments Download
M src/ast/ast.cc View 2 chunks +1 line, -1 line 0 comments Download
A src/ast/compile-time-value.h View 1 chunk +45 lines, -0 lines 0 comments Download
A src/ast/compile-time-value.cc View 1 chunk +56 lines, -0 lines 0 comments Download
M src/background-parsing-task.h View 2 chunks +3 lines, -6 lines 0 comments Download
M src/background-parsing-task.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/codegen.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/compiler/ast-graph-builder.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/crankshaft/hydrogen.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/crankshaft/typing.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/debug/liveedit.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/full-codegen/s390/full-codegen-s390.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/interpreter/bytecode-generator.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/parsing/parser.h View 1 chunk +0 lines, -29 lines 0 comments Download
M src/parsing/parser.cc View 1 chunk +0 lines, -42 lines 0 comments Download
M src/runtime/runtime-literals.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/compiler/test-run-stubs.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/interpreter/test-source-positions.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-api.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-api-interceptors.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-javascript-arm64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-js-arm64-variables.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-lockers.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-serialize.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 31 (21 generated)
adamk
4 years, 3 months ago (2016-09-01 22:23:54 UTC) #1
adamk
+marja, who's actually the m* person who was doing this most recently (my brain got ...
4 years, 3 months ago (2016-09-02 00:06:05 UTC) #8
marja
Nice! lgtm modulo comments mstarzinger@ is ooo, maybe titzer@ could OWNERS-review this https://codereview.chromium.org/2305883002/diff/1/src/asmjs/asm-js.h File src/asmjs/asm-js.h ...
4 years, 3 months ago (2016-09-02 07:47:46 UTC) #10
titzer
On 2016/09/02 07:47:46, marja wrote: > Nice! > > lgtm modulo comments > > mstarzinger@ ...
4 years, 3 months ago (2016-09-02 07:53:47 UTC) #11
adamk
titzer is unfortunately not sufficient, adding bmeurer. Benedikt, let me know if you'd prefer me ...
4 years, 3 months ago (2016-09-02 17:06:34 UTC) #15
Benedikt Meurer
TBR would be fine with me for such changes. LGTM.
4 years, 3 months ago (2016-09-02 17:08:24 UTC) #16
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/2305883002/40001
4 years, 3 months ago (2016-09-02 17:46:25 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-02 17:48:38 UTC) #27
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/6dd2bc20b46f9a9e341b2549c6db6018ffcba448 Cr-Commit-Position: refs/heads/master@{#39141}
4 years, 3 months ago (2016-09-02 17:48:54 UTC) #29
Michael Starzinger
4 years, 3 months ago (2016-09-05 10:57:42 UTC) #31
Message was sent while issue was closed.
LGTM.

Powered by Google App Engine
This is Rietveld 408576698