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

Issue 2452403003: Changed statement ZoneList to a ZoneChunkList

Created:
4 years, 1 month ago by heimbuef
Modified:
4 years, 1 month ago
Reviewers:
CC:
rmcilroy, v8-mips-ports_googlegroups.com, v8-ppc-ports_googlegroups.com, v8-reviews_googlegroups.com, v8-x87-ports_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Changed statment ZoneList to a ZoneChunkList

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+522 lines, -592 lines) Patch
M src/asmjs/asm-typer.h View 1 chunk +5 lines, -4 lines 0 comments Download
M src/asmjs/asm-typer.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M src/asmjs/asm-wasm-builder.cc View 1 chunk +7 lines, -8 lines 0 comments Download
M src/ast/ast.h View 16 chunks +28 lines, -29 lines 0 comments Download
M src/ast/ast.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ast/ast-expression-rewriter.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ast/ast-expression-rewriter.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/ast/ast-literal-reindexer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ast/ast-literal-reindexer.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/ast/ast-numbering.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/ast/ast-traversal-visitor.h View 3 chunks +6 lines, -7 lines 0 comments Download
M src/ast/prettyprinter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ast/prettyprinter.cc View 2 chunks +6 lines, -8 lines 0 comments Download
M src/compiler/instruction.h View 4 chunks +2 lines, -4 lines 0 comments Download
M src/compiler/instruction.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/instruction-scheduler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/live-range-separator.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/compiler/osr.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/register-allocator.h View 9 chunks +0 lines, -9 lines 0 comments Download
M src/compiler/register-allocator.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/compiler/scheduler.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/state-values-utils.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/store-store-elimination.cc View 4 chunks +4 lines, -8 lines 0 comments Download
M src/crankshaft/arm/lithium-arm.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/arm/lithium-codegen-arm.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/arm64/lithium-arm64.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/arm64/lithium-codegen-arm64.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/crankshaft/hydrogen.h View 2 chunks +1 line, -2 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M src/crankshaft/hydrogen-bce.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/hydrogen-gvn.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/hydrogen-instructions.h View 3 chunks +1 line, -4 lines 0 comments Download
M src/crankshaft/ia32/lithium-codegen-ia32.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/ia32/lithium-ia32.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/lithium.h View 3 chunks +0 lines, -3 lines 0 comments Download
M src/crankshaft/lithium-allocator.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/crankshaft/mips/lithium-codegen-mips.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/mips/lithium-mips.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/mips64/lithium-codegen-mips64.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/mips64/lithium-mips64.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/ppc/lithium-codegen-ppc.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/ppc/lithium-ppc.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/typing.h View 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/typing.cc View 2 chunks +6 lines, -8 lines 0 comments Download
M src/crankshaft/unique.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/x64/lithium-codegen-x64.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/crankshaft/x64/lithium-x64.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/x87/lithium-codegen-x87.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/x87/lithium-x87.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/effects.h View 1 chunk +1 line, -1 line 0 comments Download
M src/frames.cc View 1 chunk +5 lines, -7 lines 0 comments Download
M src/gdb-jit.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/bytecode-generator.h View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M src/isolate.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/parsing/parser.h View 8 chunks +17 lines, -14 lines 0 comments Download
M src/parsing/parser.cc View 84 chunks +242 lines, -265 lines 0 comments Download
M src/parsing/parser-base.h View 15 chunks +20 lines, -21 lines 0 comments Download
M src/parsing/pattern-rewriter.cc View 15 chunks +44 lines, -54 lines 0 comments Download
M src/parsing/preparser.h View 3 chunks +15 lines, -3 lines 0 comments Download
M src/parsing/rewriter.cc View 7 chunks +20 lines, -21 lines 0 comments Download
M src/regexp/jsregexp.h View 5 chunks +3 lines, -7 lines 0 comments Download
M src/regexp/regexp-ast.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/regexp/regexp-parser.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/type-info.h View 1 chunk +1 line, -1 line 0 comments Download
M src/zone/zone.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/zone/zone-allocator.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/zone/zone-containers.h View 9 chunks +14 lines, -10 lines 0 comments Download
M test/cctest/test-liveedit.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-parsing.cc View 3 chunks +19 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (4 generated)
heimbuef
The CQ bit was checked by heimbuef@google.com to run a CQ dry run
4 years, 1 month ago (2016-10-27 16:38:38 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2452403003/1
4 years, 1 month ago (2016-10-27 16:38:42 UTC) #2
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 1 month ago (2016-10-27 17:08:47 UTC) #3
commit-bot: I haz the power
4 years, 1 month ago (2016-10-27 17:08:48 UTC) #4
Dry run: This issue passed the CQ dry run.

Powered by Google App Engine
This is Rietveld 408576698