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

Issue 2623573003: objects.h splitting: move ModuleInfo (Closed)

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

Description

objects.h splitting: move ModuleInfo Including a fix: object-macros.h needs to be the last include: otherwise we'll have a problem when a file does this: #include "object-macros.h" #include "x.h" // x.h also includes object-macros.h BUG=v8:5402 Review-Url: https://codereview.chromium.org/2623573003 Cr-Commit-Position: refs/heads/master@{#42187} Committed: https://chromium.googlesource.com/v8/v8/+/03762b8488de0e393077e3f40fe7b63e675b3af3

Patch Set 1 #

Patch Set 2 : fix: macros has to be the last include #

Patch Set 3 : iwyu #

Patch Set 4 : more iwyu #

Total comments: 2

Patch Set 5 : code review (mstarzinger@) #

Patch Set 6 : ditto #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -78 lines) Patch
M BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M src/ast/modules.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ast/scopes.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/ast/scopes.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/factory.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 4 chunks +3 lines, -47 lines 0 comments Download
M src/objects-inl.h View 2 chunks +1 line, -29 lines 0 comments Download
A src/objects/module-info.h View 1 2 3 4 5 1 chunk +95 lines, -0 lines 0 comments Download
M src/objects/scope-info.h View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M src/v8.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (12 generated)
marja
ptal
3 years, 11 months ago (2017-01-10 14:31:36 UTC) #9
Michael Starzinger
LGTM. https://codereview.chromium.org/2623573003/diff/60001/src/objects/scope-info.h File src/objects/scope-info.h (right): https://codereview.chromium.org/2623573003/diff/60001/src/objects/scope-info.h#newcode13 src/objects/scope-info.h:13: // Has to be the last include: nit: ...
3 years, 11 months ago (2017-01-10 15:26:24 UTC) #10
marja
https://codereview.chromium.org/2623573003/diff/60001/src/objects/scope-info.h File src/objects/scope-info.h (right): https://codereview.chromium.org/2623573003/diff/60001/src/objects/scope-info.h#newcode13 src/objects/scope-info.h:13: // Has to be the last include: On 2017/01/10 ...
3 years, 11 months ago (2017-01-10 15:36:36 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/2623573003/80002
3 years, 11 months ago (2017-01-10 15:36:43 UTC) #14
commit-bot: I haz the power
3 years, 11 months ago (2017-01-10 16:05:40 UTC) #17
Message was sent while issue was closed.
Committed patchset #6 (id:80002) as
https://chromium.googlesource.com/v8/v8/+/03762b8488de0e393077e3f40fe7b63e675...

Powered by Google App Engine
This is Rietveld 408576698