Adding more missing deoptimization points in Turbofan.
authorjarin@chromium.org <jarin@chromium.org>
Mon, 29 Sep 2014 13:37:58 +0000 (13:37 +0000)
committerjarin@chromium.org <jarin@chromium.org>
Mon, 29 Sep 2014 13:37:58 +0000 (13:37 +0000)
commit5b742b356d7e1d759eaead8ecf8508ddd9d18430
treea691638b117ee226656790fa7269a2b9e12c9e07
parentd5e33ac3c753d0aefd3b336741b68a75a700a76a
Adding more missing deoptimization points in Turbofan.

BUG=
R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/595863002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24289 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
25 files changed:
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/ast.h
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
src/compiler/code-generator.cc
src/compiler/common-operator.cc
src/compiler/common-operator.h
src/compiler/instruction-selector-unittest.cc
src/compiler/instruction.h
src/compiler/js-generic-lowering.cc
src/compiler/js-inlining.cc
src/compiler/linkage.cc
src/compiler/operator-properties-inl.h
src/ia32/full-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/x64/full-codegen-x64.cc
src/x87/full-codegen-x87.cc
test/cctest/compiler/test-codegen-deopt.cc
test/cctest/compiler/test-js-typed-lowering.cc
test/mjsunit/big-array-literal.js
test/mjsunit/debug-references.js
test/mjsunit/regress/regress-78270.js
test/mjsunit/strict-mode.js