Revert "Skip the CallFunctionStub when the callee function can be statically determined."
authorjarin@chromium.org <jarin@chromium.org>
Fri, 31 Oct 2014 19:05:31 +0000 (19:05 +0000)
committerjarin@chromium.org <jarin@chromium.org>
Fri, 31 Oct 2014 19:06:18 +0000 (19:06 +0000)
commit6935e0131c39f1a4341aa7457b4d373aaff6e0b9
treec598dbbfbc397697aee77f2c777659f8104c5d97
parent66dd92f754a0ef10e0ce3b3533d8ca1c44afaf27
Revert "Skip the CallFunctionStub when the callee function can be statically determined."

This reverts commit 9845dfadd2ad4a83fa00bf43e0c2791ccf7eacad (r25042) for failing tests.

TBR=titzer@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#25044}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25044 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
12 files changed:
src/compiler/arm/linkage-arm.cc
src/compiler/arm64/linkage-arm64.cc
src/compiler/ia32/linkage-ia32.cc
src/compiler/js-generic-lowering.cc
src/compiler/js-generic-lowering.h
src/compiler/linkage-impl.h
src/compiler/linkage.cc
src/compiler/linkage.h
src/compiler/mips/linkage-mips.cc
src/compiler/raw-machine-assembler.cc
src/compiler/x64/linkage-x64.cc
test/cctest/compiler/test-linkage.cc