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

Issue 2316443002: Include only stuff you need, part 8: Fix debug.h -> liveedit.h. (Closed)

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

Description

Include only stuff you need, part 8: Fix debug.h -> liveedit.h. Rebuilding (after touching certain files) is crazy slow because includes are out of control. The (last remaining) offending include path is: ast.h <- liveedit.h <- debug.h <- src/x64/assembler-whatever-port-inl.h <- src/macro-assembler.h <- everything possible With this CL, the rebuild steps needed when touching ast-value-factory.h drops from 365 to 181. BUG=v8:5294 TBR=bmeurer@chromium.org Committed: https://crrev.com/51a3ffd9f14eee651fd61e1c4443dc15c252f42b Cr-Commit-Position: refs/heads/master@{#39195}

Patch Set 1 #

Patch Set 2 : ports #

Total comments: 6

Patch Set 3 : code review (mstarzinger@) #

Patch Set 4 : code review (mstarzinger@) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -46 lines) Patch
M src/code-stubs.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/crankshaft/hydrogen.h View 2 chunks +1 line, -1 line 0 comments Download
M src/crankshaft/hydrogen-instructions.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/debug/arm/debug-arm.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/debug/arm64/debug-arm64.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/debug/debug.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/debug/debug.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/debug/debug-scopes.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/debug/ia32/debug-ia32.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/debug/liveedit.h View 1 chunk +0 lines, -14 lines 0 comments Download
M src/debug/liveedit.cc View 6 chunks +14 lines, -14 lines 0 comments Download
M src/debug/mips/debug-mips.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/debug/mips64/debug-mips64.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/debug/ppc/debug-ppc.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/debug/s390/debug-s390.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/debug/x64/debug-x64.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M src/debug/x87/debug-x87.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/full-codegen/full-codegen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/globals.h View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M src/ic/ic-state.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic/stub-cache.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic/stub-cache.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/pending-compilation-error-handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-debug.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (11 generated)
Michael Starzinger
You will also need a debugger owner for this. https://codereview.chromium.org/2316443002/diff/20001/src/compiler/js-generic-lowering.cc File src/compiler/js-generic-lowering.cc (right): https://codereview.chromium.org/2316443002/diff/20001/src/compiler/js-generic-lowering.cc#newcode5 src/compiler/js-generic-lowering.cc:5: ...
4 years, 3 months ago (2016-09-06 08:05:38 UTC) #7
marja
thanks for comments! https://codereview.chromium.org/2316443002/diff/20001/src/compiler/js-generic-lowering.cc File src/compiler/js-generic-lowering.cc (right): https://codereview.chromium.org/2316443002/diff/20001/src/compiler/js-generic-lowering.cc#newcode5 src/compiler/js-generic-lowering.cc:5: #include "src/compiler/js-generic-lowering.h" On 2016/09/06 08:05:38, Michael ...
4 years, 3 months ago (2016-09-06 08:24:07 UTC) #8
Michael Starzinger
LGTM from my end.
4 years, 3 months ago (2016-09-06 08:29:53 UTC) #9
marja
thanks for review - TBR:ing this to bmeurer@ as discussed offline.
4 years, 3 months ago (2016-09-06 08:32:03 UTC) #12
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/2316443002/60001
4 years, 3 months ago (2016-09-06 08:32:31 UTC) #14
Benedikt Meurer
LGTM (rubberstamped)
4 years, 3 months ago (2016-09-06 08:47:32 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-06 08:59:45 UTC) #17
commit-bot: I haz the power
4 years, 3 months ago (2016-09-06 09:00:38 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/51a3ffd9f14eee651fd61e1c4443dc15c252f42b
Cr-Commit-Position: refs/heads/master@{#39195}

Powered by Google App Engine
This is Rietveld 408576698