Reland "Add handling for argument adaptor frames to inlining."
authorsigurds@chromium.org <sigurds@chromium.org>
Thu, 18 Sep 2014 08:56:52 +0000 (08:56 +0000)
committersigurds@chromium.org <sigurds@chromium.org>
Thu, 18 Sep 2014 08:56:52 +0000 (08:56 +0000)
commit68075b0a0516bae4525daebd9bc258679a6c1cad
tree332d577290a0f02960a9e01a3b13f654575aefc5
parent892e6621f2c4d541d3772a24bbe3a7cadff5ab31
Reland "Add handling for argument adaptor frames to inlining."

Original: https://codereview.chromium.org/573703002/

Reland Fixes:
- Add deopt framestate to CollectStackTrace runtime call

R=mstarzinger@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24023 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
20 files changed:
src/compiler/ast-graph-builder.cc
src/compiler/code-generator.cc
src/compiler/code-generator.h
src/compiler/common-operator.cc
src/compiler/common-operator.h
src/compiler/instruction-selector-impl.h
src/compiler/instruction-selector-unittest.cc
src/compiler/instruction-selector.cc
src/compiler/instruction.h
src/compiler/js-inlining.cc
src/compiler/js-inlining.h
src/compiler/linkage.cc
src/compiler/node-properties-inl.h
src/compiler/node-properties.h
src/compiler/node.h
src/frames.cc
test/cctest/cctest.status
test/cctest/compiler/test-codegen-deopt.cc
test/cctest/compiler/test-js-typed-lowering.cc
test/cctest/compiler/test-run-inlining.cc