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

Issue 2246203005: include only stuff you need, part 1: ast.h, ast-value-factory.h. (Closed)

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

include only stuff you need, part 1: ast.h, ast-value-factory.h. Rebuilding (after touching certain files) is crazy slow because includes are out of control. Fixing it: - Don't include stuff in headers unless necessary. - Include the stuff you need, not some other stuff that happens to include the stuff you need. BUG=v8:5294 Committed: https://crrev.com/0a0285bf5db61009c0f621aeecac8db64c0a2616 Cr-Commit-Position: refs/heads/master@{#38708}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -13 lines) Patch
M src/allocation-site-scopes.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/allocation-site-scopes.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/asmjs/asm-js.cc View 1 1 chunk +0 lines, -2 lines 1 comment Download
M src/ast/variables.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/compiler.h View 1 chunk +4 lines, -1 line 1 comment Download
M src/crankshaft/hydrogen-osr.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/crankshaft/typing.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/frames.cc View 1 1 chunk +0 lines, -1 line 1 comment Download
M src/isolate.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/parsing/parameter-initializer-rewriter.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/regexp/jsregexp.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime/runtime-literals.cc View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 21 (14 generated)
Toon Verwaest
lgtm
4 years, 4 months ago (2016-08-17 12:01:54 UTC) #10
marja
https://codereview.chromium.org/2246203005/diff/20001/src/asmjs/asm-js.cc File src/asmjs/asm-js.cc (left): https://codereview.chromium.org/2246203005/diff/20001/src/asmjs/asm-js.cc#oldcode12 src/asmjs/asm-js.cc:12: #include "src/ast/ast.h" Not that super useful since this file ...
4 years, 4 months ago (2016-08-17 12:07:30 UTC) #12
marja
rossberg, you're an owner of src/asmjs/asm-js.cc, could you review? (Background: when I touch ast-value-factory.h, the ...
4 years, 4 months ago (2016-08-17 12:15:53 UTC) #14
rossberg
On 2016/08/17 12:15:53, marja wrote: > rossberg, you're an owner of src/asmjs/asm-js.cc, could you review? ...
4 years, 4 months ago (2016-08-18 09:48:46 UTC) #15
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/2246203005/20001
4 years, 4 months ago (2016-08-18 10:24:23 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-18 10:26:24 UTC) #19
commit-bot: I haz the power
4 years, 4 months ago (2016-08-18 10:26:42 UTC) #21
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/0a0285bf5db61009c0f621aeecac8db64c0a2616
Cr-Commit-Position: refs/heads/master@{#38708}

Powered by Google App Engine
This is Rietveld 408576698