Build stack frames for stubs only when needed.
authorsvenpanne <svenpanne@chromium.org>
Mon, 16 Feb 2015 13:44:51 +0000 (05:44 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 16 Feb 2015 13:44:58 +0000 (13:44 +0000)
commit0914181d97665ff1d34b2ef0d57c41d37f9de124
tree1614fdf7f4fff29cb973867c3f92f8a1f099dd82
parent20b4d6fe3275e31a956225c823d60171591bf65b
Build stack frames for stubs only when needed.

The heuristic is quite naive at the moment (build a frame iff the
register allocator needed spill slots), we can improve that later.

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

Cr-Commit-Position: refs/heads/master@{#26664}
src/compiler/arm/code-generator-arm.cc
src/compiler/arm64/code-generator-arm64.cc
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