[turbofan] Fix OSR into functions where the expression stack is not empty.
authortitzer <titzer@chromium.org>
Mon, 2 Feb 2015 10:19:52 +0000 (02:19 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 2 Feb 2015 10:20:08 +0000 (10:20 +0000)
commit219018d1551125156f0b58b058e14cdc80ce70b1
tree179a1705eacdb680eacab7a4acd2901fa92ba556
parent4bf1f54282da4fd191cc7e25aacc00075857501a
[turbofan] Fix OSR into functions where the expression stack is not empty.

R=mstarzinger@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#26376}
src/compiler.h
src/compiler/arm/code-generator-arm.cc
src/compiler/arm64/code-generator-arm64.cc
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
src/compiler/frame.h
src/compiler/ia32/code-generator-ia32.cc
src/compiler/mips/code-generator-mips.cc
src/compiler/mips64/code-generator-mips64.cc
src/compiler/osr.cc
src/compiler/x64/code-generator-x64.cc