Add deoptimization translations.
authorjarin@chromium.org <jarin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 6 Aug 2014 11:49:02 +0000 (11:49 +0000)
committerjarin@chromium.org <jarin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 6 Aug 2014 11:49:02 +0000 (11:49 +0000)
commit117945ec6e5f9eb378a81792c3f49109bda0109f
tree708dd6d698e7a2d42773b9c119fc0b805d491d5e
parent71857295b4abaf05db18741ba08bc120f3a498a1
Add deoptimization translations.

BUG=
R=bmeurer@chromium.org, mstarzinger@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22924 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
15 files changed:
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
src/compiler/code-generator.cc
src/compiler/code-generator.h
src/compiler/common-operator.h
src/compiler/instruction-selector.cc
src/compiler/instruction-selector.h
src/compiler/instruction.cc
src/compiler/instruction.h
src/compiler/opcodes.h
src/compiler/typer.cc
test/cctest/cctest.status
test/cctest/compiler/test-codegen-deopt.cc
test/cctest/compiler/test-run-deopt.cc
test/cctest/compiler/test-scheduler.cc