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

Issue 2622503002: include fixing: api.h shouldn't include objects-inl.h (Closed)

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

Description

include fixing: api.h shouldn't include objects-inl.h Downside: this adds all kinds of weird includes in the .cc files. (See design doc linked in the bug.) BUG=v8:5402 Review-Url: https://codereview.chromium.org/2622503002 Cr-Commit-Position: refs/heads/master@{#42140} Committed: https://chromium.googlesource.com/v8/v8/+/9c7b87269c5220c7b56574c41d37e2add9267bbd

Patch Set 1 #

Patch Set 2 : fixes #

Patch Set 3 : make arm bot happy #

Patch Set 4 : remove comments #

Patch Set 5 : more arm #

Total comments: 2

Patch Set 6 : static type check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -11 lines) Patch
M src/api.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/api-arguments.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/api-experimental.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M src/ast/ast-expression-rewriter.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M src/ast/ast-function-literal-id-reindexer.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/ast/ast-literal-reindexer.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/ast/ast-numbering.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/ast/ast-types.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/ast/ast-value-factory.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/ast/modules.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/ast/prettyprinter.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/ast/scopes.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/ast/variables.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/access-builder.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/ast-loop-assignment-analyzer.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/common-operator.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/control-builders.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/frame-states.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/js-operator.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/node-properties.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler/types.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/crankshaft/hydrogen-types.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/d8.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/elements-kind.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/extensions/externalize-string-extension.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/field-type.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/futex-emulation.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/global-handles.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/handles.h View 1 2 3 4 5 2 chunks +5 lines, -4 lines 0 comments Download
M src/i18n.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/bytecode-array-writer.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/bytecode-label.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/control-flow-builders.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/layout-descriptor.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/parsing/func-name-inferrer.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M src/parsing/parameter-initializer-rewriter.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M src/parsing/parser.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/parsing/parsing.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/parsing/pattern-rewriter.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/parsing/preparse-data.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/parsing/rewriter.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/property.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/regexp/regexp-macro-assembler-tracer.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/snapshot/snapshot-source-sink.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/string-stream.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/asmjs/test-asm-typer.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/compiler/test-loop-assignment-analysis.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/compiler/test-run-jscalls.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/compiler/test-run-variables.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/heap/test-alloc.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/heap/test-array-buffer-tracker.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/interpreter/interpreter-tester.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/interpreter/test-source-positions.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/parsing/test-parse-decision.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/parsing/test-scanner.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-api-accessors.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-api-fast-accessor-builder.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-ast.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-global-handles.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-global-object.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-inobject-slack-tracking.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-javascript-arm64.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-js-arm64-variables.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-liveedit.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-lockers.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-log.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-object.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-strings.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-typedarrays.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/fuzzer/parser.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/compiler-dispatcher/compiler-dispatcher-helper.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/compiler/bytecode-analysis-unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/compiler/node-test-utils.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-iterator-unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-random-iterator-unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-writer-unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/interpreter/bytecode-register-allocator-unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/interpreter/constant-array-builder-unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/value-serializer-unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M tools/parser-shell.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 30 (18 generated)
marja
ptal
3 years, 11 months ago (2017-01-09 10:28:38 UTC) #9
Yang
On 2017/01/09 10:28:38, marja wrote: > ptal src/snapshot and src/regexp lgtm.
3 years, 11 months ago (2017-01-09 10:35:12 UTC) #10
Michael Starzinger
Looking good, just one question. https://codereview.chromium.org/2622503002/diff/80001/src/handles.h File src/handles.h (right): https://codereview.chromium.org/2622503002/diff/80001/src/handles.h#newcode95 src/handles.h:95: DCHECK(T::IsObjectSubclass()); Are we allowed ...
3 years, 11 months ago (2017-01-09 11:33:07 UTC) #11
marja
https://codereview.chromium.org/2622503002/diff/80001/src/handles.h File src/handles.h (right): https://codereview.chromium.org/2622503002/diff/80001/src/handles.h#newcode95 src/handles.h:95: DCHECK(T::IsObjectSubclass()); On 2017/01/09 11:33:07, Michael Starzinger wrote: > Are ...
3 years, 11 months ago (2017-01-09 11:48:36 UTC) #14
Michael Starzinger
LGTM.
3 years, 11 months ago (2017-01-09 11:50:20 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/2622503002/100001
3 years, 11 months ago (2017-01-09 11:50:53 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/31835)
3 years, 11 months ago (2017-01-09 11:54:23 UTC) #21
marja
bmeurer, titzer, ptal, you're owners of the following: bmeurer: src/crankshaft/ titzer: test/cctest/asmjs/
3 years, 11 months ago (2017-01-09 11:56:14 UTC) #23
titzer
On 2017/01/09 11:56:14, marja wrote: > bmeurer, titzer, ptal, you're owners of the following: > ...
3 years, 11 months ago (2017-01-09 12:18:03 UTC) #24
Benedikt Meurer
LGTM!
3 years, 11 months ago (2017-01-09 12:49:42 UTC) #25
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/2622503002/100001
3 years, 11 months ago (2017-01-09 12:57:16 UTC) #27
commit-bot: I haz the power
3 years, 11 months ago (2017-01-09 13:43:34 UTC) #30
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/v8/v8/+/9c7b87269c5220c7b56574c41d37e2add92...

Powered by Google App Engine
This is Rietveld 408576698