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

Issue 1163803002: Cosmetic changes to tests to make it easier to concatenate them. (Closed)

Created:
5 years, 6 months ago by Erik Corry Chromium.org
Modified:
5 years, 6 months ago
Reviewers:
ulan, Erik Corry
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Cosmetic changes to tests to make it easier to concatenate them. When compiling on a laptop I like to concatenate the small test files. This makes a big difference to compile times. These changes make that easier. R=ulan@chromium.org BUG= Committed: https://crrev.com/4f5337a2b64dc2486bde7b6b2c52ad6b1fedeaa0 Cr-Commit-Position: refs/heads/master@{#28742}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Regularize more namespace closing #

Patch Set 3 : Regularize namespace closing in all .cc files as requested by reviewer #

Patch Set 4 : Remove undefs #

Patch Set 5 : Remove test namespces #

Patch Set 6 : Fix snapshot-external.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+705 lines, -483 lines) Patch
M src/accessors.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/allocation.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/allocation-site-scopes.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/allocation-tracker.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/api.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arguments.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/assembler-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/builtins-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/codegen-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/constants-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/cpu-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/debug-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/disasm-arm.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/frames-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/interface-descriptors-arm.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/lithium-gap-resolver-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/simulator-arm.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/assembler-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/codegen-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/cpu-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/debug-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/decoder-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/delayed-masm-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/deoptimizer-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/disasm-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/frames-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/instructions-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/instrument-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/interface-descriptors-arm64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm64/lithium-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm64/lithium-gap-resolver-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/regexp-macro-assembler-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/simulator-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/utils-arm64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/assembler.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ast.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ast-numbering.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ast-value-factory.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/background-parsing-task.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/bailout-reason.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/basic-block-profiler.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/bignum.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/bignum-dtoa.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/bootstrapper.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/builtins.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/cached-powers.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/char-predicates.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/code-stubs.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/codegen.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/compilation-cache.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/compilation-dependencies.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/contexts.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/conversions.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/counters.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/cpu-profiler.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/date.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/dateparser.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/debug.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/deoptimizer.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/disassembler.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/diy-fp.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/dtoa.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/elements.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/elements-kind.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/execution.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/extensions/externalize-string-extension.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/extensions/free-buffer-extension.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/extensions/gc-extension.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/extensions/statistics-extension.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/extensions/trigger-failure-extension.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/factory.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/fast-dtoa.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/fixed-dtoa.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/flags.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/frames.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/full-codegen.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/func-name-inferrer.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/global-handles.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/handles.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/heap-profiler.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/heap-snapshot-generator.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/heap/gc-tracer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/heap.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/identity-map.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/incremental-marking.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/mark-compact.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/objects-visiting.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/spaces.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/store-buffer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-bce.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-bch.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-canonicalize.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-check-elimination.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-dce.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-dehoist.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-environment-liveness.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-escape-analysis.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-gvn.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-infer-representation.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-infer-types.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-instructions.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-load-elimination.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-mark-deoptimize.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-mark-unreachable.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-osr.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-range-analysis.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-redundant-phi.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-removable-simulates.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-representation-changes.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-sce.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-store-elimination.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-types.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-uint32-analysis.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/i18n.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/assembler-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/builtins-ia32.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/codegen-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/cpu-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/debug-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/frames-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/interface-descriptors-ia32.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ic/access-compiler.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/arm/access-compiler-arm.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/arm/handler-compiler-arm.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/arm/ic-arm.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/arm/ic-compiler-arm.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/arm/stub-cache-arm.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/arm64/access-compiler-arm64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/arm64/handler-compiler-arm64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/arm64/ic-arm64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/arm64/ic-compiler-arm64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/arm64/stub-cache-arm64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/call-optimization.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/handler-compiler.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/ia32/access-compiler-ia32.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/ia32/handler-compiler-ia32.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/ia32/ic-compiler-ia32.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/ia32/ic-ia32.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/ia32/stub-cache-ia32.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/ic.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/ic-compiler.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/ic-state.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/mips/access-compiler-mips.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/mips/handler-compiler-mips.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/mips/ic-compiler-mips.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/mips/ic-mips.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/mips/stub-cache-mips.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/mips64/access-compiler-mips64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/mips64/handler-compiler-mips64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/mips64/ic-compiler-mips64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/mips64/ic-mips64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/mips64/stub-cache-mips64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/ppc/access-compiler-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/ppc/handler-compiler-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/ppc/ic-compiler-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/ppc/ic-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/ppc/stub-cache-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/stub-cache.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/x64/access-compiler-x64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/x64/handler-compiler-x64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/x64/ic-compiler-x64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/x64/ic-x64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/x64/stub-cache-x64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/x87/access-compiler-x87.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/x87/handler-compiler-x87.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/x87/ic-compiler-x87.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/x87/ic-x87.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/x87/stub-cache-x87.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/icu_util.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/interface-descriptors.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/interpreter-irregexp.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/isolate.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/jsregexp.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/layout-descriptor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/lithium.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/lithium-allocator.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/lithium-codegen.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/liveedit.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/log.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/log-utils.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/lookup.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/messages.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/assembler-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/builtins-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/codegen-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/constants-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/cpu-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/debug-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/disasm-mips.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/frames-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/interface-descriptors-mips.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/lithium-gap-resolver-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/lithium-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/regexp-macro-assembler-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/simulator-mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/assembler-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/builtins-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/codegen-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/constants-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/cpu-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/debug-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/deoptimizer-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/disasm-mips64.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips64/frames-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/full-codegen-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/interface-descriptors-mips64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/lithium-gap-resolver-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/lithium-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/regexp-macro-assembler-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/simulator-mips64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/modules.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/objects.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/objects-debug.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/objects-printer.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/optimizing-compile-dispatcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/parser.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/pattern-rewriter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/pending-compilation-error-handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/assembler-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/builtins-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/code-stubs-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/codegen-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/constants-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/cpu-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/debug-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/deoptimizer-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/disasm-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/frames-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/full-codegen-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/interface-descriptors-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/lithium-codegen-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/lithium-gap-resolver-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/lithium-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/regexp-macro-assembler-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/simulator-ppc.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/preparse-data.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/prettyprinter.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/profile-generator.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/property.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/regexp-macro-assembler.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/regexp-macro-assembler-irregexp.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/regexp-macro-assembler-tracer.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/regexp-stack.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/rewriter.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/runtime-profiler.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/safepoint-table.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/sampler.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/scanner.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/scanner-character-streams.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/scopeinfo.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/scopes.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/snapshot/natives-external.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M src/snapshot/serialize.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/snapshot/snapshot-common.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/snapshot/snapshot-empty.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/snapshot/snapshot-external.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/snapshot/snapshot-source-sink.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M src/string-builder.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/string-search.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/string-stream.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/strings-storage.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/strtod.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/third_party/fdlibm/fdlibm.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/token.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/transitions.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/type-feedback-vector.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/type-info.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/types.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/typing.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/utils.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/v8.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/variables.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/version.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/assembler-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/cpu-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/debug-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/frames-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/interface-descriptors-x64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/lithium-gap-resolver-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/lithium-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x87/assembler-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x87/builtins-x87.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/x87/code-stubs-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x87/codegen-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x87/cpu-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x87/debug-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x87/deoptimizer-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x87/frames-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x87/full-codegen-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x87/interface-descriptors-x87.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x87/lithium-gap-resolver-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x87/lithium-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x87/macro-assembler-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x87/regexp-macro-assembler-x87.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/compiler/test-linkage.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/compiler/test-representation-change.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/compiler/test-run-deopt.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/gay-fixed.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/gay-precision.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/gay-shortest.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/print-extension.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/profiler-extension.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-debug.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-global-object.cc View 1 chunk +1 line, -3 lines 0 comments Download
M test/cctest/test-hydrogen-types.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-microtask-delivery.cc View 6 chunks +12 lines, -13 lines 0 comments Download
M test/cctest/test-reloc-info.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-spaces.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-threads.cc View 3 chunks +3 lines, -8 lines 0 comments Download
M test/cctest/test-version.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-weakmaps.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-weaksets.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/trace-extension.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 17 (7 generated)
Erik Corry Chromium.org
5 years, 6 months ago (2015-06-01 09:14:08 UTC) #1
ulan
Hi Erik, I think more scalable and cleaner approach would be to make the concatenation ...
5 years, 6 months ago (2015-06-01 13:08:24 UTC) #2
Erik Corry
https://codereview.chromium.org/1163803002/diff/1/src/background-parsing-task.cc File src/background-parsing-task.cc (right): https://codereview.chromium.org/1163803002/diff/1/src/background-parsing-task.cc#newcode75 src/background-parsing-task.cc:75: } // namespace v8 On 2015/06/01 13:08:24, ulan wrote: ...
5 years, 6 months ago (2015-06-01 15:15:47 UTC) #4
ulan
wow, lgtm. After you removed the wrapping of tests and undefs, does this CL still ...
5 years, 6 months ago (2015-06-01 15:52:40 UTC) #5
Erik Corry
On 2015/06/01 15:52:40, ulan wrote: > wow, lgtm. > > After you removed the wrapping ...
5 years, 6 months ago (2015-06-01 16:17:46 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1163803002/80001
5 years, 6 months ago (2015-06-01 16:20:53 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_chromium_gn_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_chromium_gn_rel/builds/4735)
5 years, 6 months ago (2015-06-01 16:42:08 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1163803002/100001
5 years, 6 months ago (2015-06-01 19:19:40 UTC) #15
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 6 months ago (2015-06-01 22:47:09 UTC) #16
commit-bot: I haz the power
5 years, 6 months ago (2015-06-01 22:47:22 UTC) #17
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/4f5337a2b64dc2486bde7b6b2c52ad6b1fedeaa0
Cr-Commit-Position: refs/heads/master@{#28742}

Powered by Google App Engine
This is Rietveld 408576698