[turbofan] Canonicalize return sequence for JSFunctions.
authorbmeurer <bmeurer@chromium.org>
Fri, 26 Jun 2015 09:34:32 +0000 (02:34 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 26 Jun 2015 09:34:45 +0000 (09:34 +0000)
commit2b9112a578f66fc976557aededf3e203f48c395e
treec9bfc4b55b19665441becac63850c4e92bd51192
parent174869573e42c999da1489c264b9c4602b98ba31
[turbofan] Canonicalize return sequence for JSFunctions.

This optimization is already implemented in fullcodegen, and
basically makes sure that we do not unecessarily blow up the
code with duplicated return sequences everywhere.

R=danno@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#29315}
src/compiler/arm/code-generator-arm.cc
src/compiler/arm64/code-generator-arm64.cc
src/compiler/code-generator.h
src/compiler/ia32/code-generator-ia32.cc
src/compiler/mips/code-generator-mips.cc
src/compiler/mips64/code-generator-mips64.cc
src/compiler/x64/code-generator-x64.cc
src/compiler/x87/code-generator-x87.cc