[turbofan] Fix kArchTailCallCodeObject on ia32/x64.
authorrmcilroy <rmcilroy@chromium.org>
Fri, 31 Jul 2015 10:20:06 +0000 (03:20 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 31 Jul 2015 10:20:25 +0000 (10:20 +0000)
commitec9bc7947399e29429c3bdeaff070db2a4cc92f4
tree0e7efeedb4a050bd0cfa10430e65cbbaba83c196
parent8d2f455352d6de5f543b4b00884f99b9f8fc6787
[turbofan] Fix kArchTailCallCodeObject on ia32/x64.

Previously these instructions tried to jump to the value at the code entry's
location, rather than jumping to this location. Also adds a test.

BUG=v8:4280
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#29949}
src/compiler/ia32/code-generator-ia32.cc
src/compiler/x64/code-generator-x64.cc