Reviewers: Michael Starzinger,

Message:
PTAL


Description:
Remove the dependency of Zone on Isolate

Along the way:
- Thread isolate parameter explicitly through code that used to rely on getting
it from the zone.
- Canonicalize the parameter position of isolate and zone for affected code
- Change Hydrogen New<> instruction templates to automatically pass isolate

[email protected]
LOG=N

Please review this at https://codereview.chromium.org/868883002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1003, -1002 lines):
  M src/arm/regexp-macro-assembler-arm.h
  M src/arm/regexp-macro-assembler-arm.cc
  M src/arm64/regexp-macro-assembler-arm64.h
  M src/arm64/regexp-macro-assembler-arm64.cc
  M src/ast.h
  M src/ast-numbering.h
  M src/ast-numbering.cc
  M src/ast-this-access-visitor.h
  M src/ast-this-access-visitor.cc
  M src/codegen.cc
  M src/compiler.h
  M src/compiler.cc
  M src/compiler/arm/linkage-arm.cc
  M src/compiler/arm64/linkage-arm64.cc
  M src/compiler/ast-graph-builder.cc
  M src/compiler/ast-loop-assignment-analyzer.cc
  M src/compiler/code-generator.h
  M src/compiler/code-generator.cc
  M src/compiler/control-reducer.cc
  M src/compiler/graph-builder.h
  M src/compiler/graph-builder.cc
  M src/compiler/graph-inl.h
  M src/compiler/graph-visualizer.cc
  M src/compiler/ia32/instruction-selector-ia32.cc
  M src/compiler/ia32/linkage-ia32.cc
  M src/compiler/instruction.h
  M src/compiler/instruction.cc
  M src/compiler/instruction-selector-impl.h
  M src/compiler/js-generic-lowering.h
  M src/compiler/js-generic-lowering.cc
  M src/compiler/js-graph.h
  M src/compiler/js-inlining.cc
  M src/compiler/jump-threading.cc
  M src/compiler/linkage.h
  M src/compiler/linkage.cc
  M src/compiler/linkage-impl.h
  M src/compiler/mips/linkage-mips.cc
  M src/compiler/pipeline.h
  M src/compiler/pipeline.cc
  M src/compiler/pipeline-statistics.cc
  M src/compiler/raw-machine-assembler.h
  M src/compiler/raw-machine-assembler.cc
  M src/compiler/select-lowering.cc
  M src/compiler/simplified-lowering.cc
  M src/compiler/typer.h
  M src/compiler/typer.cc
  M src/compiler/verifier.cc
  M src/compiler/x64/linkage-x64.cc
  M src/compiler/zone-pool.h
  M src/compiler/zone-pool.cc
  M src/deoptimizer.cc
  M src/full-codegen.h
  M src/full-codegen.cc
  M src/gdb-jit.cc
  M src/hydrogen.h
  M src/hydrogen.cc
  M src/hydrogen-bch.cc
  M src/hydrogen-escape-analysis.cc
  M src/hydrogen-instructions.h
  M src/hydrogen-instructions.cc
  M src/ia32/regexp-macro-assembler-ia32.h
  M src/ia32/regexp-macro-assembler-ia32.cc
  M src/isolate.cc
  M src/json-parser.h
  M src/jsregexp.h
  M src/jsregexp.cc
  M src/lithium-allocator.cc
  M src/liveedit.cc
  M src/mips/regexp-macro-assembler-mips.h
  M src/mips/regexp-macro-assembler-mips.cc
  M src/objects.h
  M src/parser.h
  M src/parser.cc
  M src/preparser.h
  M src/preparser.cc
  M src/prettyprinter.h
  M src/prettyprinter.cc
  M src/regexp-macro-assembler.h
  M src/regexp-macro-assembler.cc
  M src/regexp-macro-assembler-tracer.h
  M src/regexp-macro-assembler-tracer.cc
  M src/rewriter.cc
  M src/runtime/runtime-internal.cc
  M src/scopeinfo.cc
  M src/scopes.h
  M src/scopes.cc
  M src/type-info.h
  M src/type-info.cc
  M src/typing.cc
  M src/x64/regexp-macro-assembler-x64.h
  M src/x64/regexp-macro-assembler-x64.cc
  M src/zone.h
  M src/zone.cc
  M test/cctest/cctest.h
  M test/cctest/compiler/codegen-tester.h
  M test/cctest/compiler/graph-builder-tester.h
  M test/cctest/compiler/graph-builder-tester.cc
  M test/cctest/compiler/simplified-graph-builder.h
  M test/cctest/compiler/simplified-graph-builder.cc
  M test/cctest/compiler/test-changes-lowering.cc
  M test/cctest/compiler/test-codegen-deopt.cc
  M test/cctest/compiler/test-control-reducer.cc
  M test/cctest/compiler/test-instruction.cc
  M test/cctest/compiler/test-js-constant-cache.cc
  M test/cctest/compiler/test-js-context-specialization.cc
  M test/cctest/compiler/test-js-typed-lowering.cc
  M test/cctest/compiler/test-jump-threading.cc
  M test/cctest/compiler/test-loop-analysis.cc
  M test/cctest/compiler/test-machine-operator-reducer.cc
  M test/cctest/compiler/test-osr.cc
  M test/cctest/compiler/test-representation-change.cc
  M test/cctest/compiler/test-simplified-lowering.cc
  M test/cctest/compiler/test-typer.cc
  M test/cctest/test-ast.cc
  M test/cctest/test-bit-vector.cc
  M test/cctest/test-liveedit.cc
  M test/cctest/test-parsing.cc
  M test/cctest/test-regexp.cc
  M test/cctest/test-types.cc
  M test/cctest/test-unique.cc
  M test/unittests/compiler/change-lowering-unittest.cc
  M test/unittests/compiler/graph-unittest.cc
  M test/unittests/compiler/instruction-selector-unittest.h
  M test/unittests/compiler/instruction-selector-unittest.cc
  M test/unittests/compiler/instruction-sequence-unittest.cc
  M test/unittests/compiler/js-builtin-reducer-unittest.cc
  M test/unittests/compiler/js-typed-lowering-unittest.cc
  M test/unittests/compiler/loop-peeling-unittest.cc
  M test/unittests/compiler/machine-operator-reducer-unittest.cc
  M test/unittests/compiler/simplified-operator-reducer-unittest.cc
  M test/unittests/test-utils.h


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to