Reviewers: Benedikt Meurer,

Message:
Could you take a look, please?

Description:
Context deoptimization and removal of the deoptimization block in Turbofan

This adds context deoptimization to Turbofan and Crankshaft (also submitted
separately as https://codereview.chromium.org/515723004/).

The second patchset removes the deoptimization/continuation block from calls.

BUG=

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

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+440, -775 lines):
  M src/arm/lithium-arm.cc
  M src/arm64/lithium-arm64.cc
  M src/compiler/arm/code-generator-arm.cc
  M src/compiler/arm/instruction-selector-arm.cc
  M src/compiler/arm64/code-generator-arm64.cc
  M src/compiler/arm64/instruction-selector-arm64.cc
  M src/compiler/ast-graph-builder.h
  M src/compiler/ast-graph-builder.cc
  M src/compiler/code-generator.h
  M src/compiler/code-generator.cc
  M src/compiler/common-operator.h
  M src/compiler/graph-builder.h
  M src/compiler/ia32/code-generator-ia32.cc
  M src/compiler/ia32/instruction-selector-ia32.cc
  M src/compiler/instruction.h
  M src/compiler/instruction.cc
  M src/compiler/instruction-codes.h
  M src/compiler/instruction-selector.h
  M src/compiler/instruction-selector.cc
  M src/compiler/instruction-selector-impl.h
  M src/compiler/js-generic-lowering.cc
  M src/compiler/linkage.h
  M src/compiler/linkage.cc
  M src/compiler/linkage-impl.h
  M src/compiler/opcodes.h
  M src/compiler/operator-properties.h
  M src/compiler/operator-properties-inl.h
  M src/compiler/raw-machine-assembler.h
  M src/compiler/raw-machine-assembler.cc
  M src/compiler/schedule.h
  M src/compiler/schedule.cc
  M src/compiler/scheduler.cc
  M src/compiler/verifier.cc
  M src/compiler/x64/code-generator-x64.cc
  M src/compiler/x64/instruction-selector-x64.cc
  M src/deoptimizer.h
  M src/deoptimizer.cc
  M src/hydrogen.cc
  M src/hydrogen-instructions.h
  M src/ia32/lithium-ia32.cc
  M src/lithium.cc
  M src/mips/lithium-mips.cc
  M src/mips64/lithium-mips64.cc
  M src/runtime.cc
  M src/x64/lithium-x64.cc
  M src/x87/lithium-x87.cc
  M test/cctest/compiler/test-codegen-deopt.cc
  M test/cctest/compiler/test-schedule.cc
  M test/cctest/compiler/test-scheduler.cc
  M test/compiler-unittests/instruction-selector-unittest.h
  M test/compiler-unittests/instruction-selector-unittest.cc
  M test/mjsunit/debug-clearbreakpointgroup.js
  M test/mjsunit/debug-evaluate-closure.js
  M test/mjsunit/debug-evaluate-with.js
  M test/mjsunit/debug-step-2.js
  M test/mjsunit/mjsunit.status
  M test/mjsunit/regress/regress-1170187.js
  M test/mjsunit/regress/regress-119609.js
  M test/mjsunit/regress/regress-131994.js
  M test/mjsunit/regress/regress-325676.js
  M test/mjsunit/regress/regress-crbug-107996.js
  M test/mjsunit/regress/regress-crbug-171715.js
  M test/mjsunit/regress/regress-crbug-222893.js
  M test/mjsunit/regress/regress-debug-deopt-while-recompile.js
  M test/mjsunit/regress/regress-opt-after-debug-deopt.js


--
--
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