Fix bug in 64 bit codegen causing us to always go slowcase in apply.
authorricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 23 Aug 2010 11:21:09 +0000 (11:21 +0000)
committerricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 23 Aug 2010 11:21:09 +0000 (11:21 +0000)
commit2f8af4f0a4c26f24eb1eaa5f7ac2536cc4cae5f0
tree8855b1c8ef13e5e5456a6ba9211f68d765d98b80
parent86828047462b780803fa55023d77aeafdd41ca94
Fix bug in 64 bit codegen causing us to always go slowcase in apply.

After introducing the direct instruction pointer in functions the
CallApplyLazy method was changed on all platforms. The change made to
the 64 bit version was wrong, not using the right operand for the code
comparisons always forcing us into slow case.

Review URL: http://codereview.chromium.org/3104027

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5317 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/x64/codegen-x64.cc