Fixed bug in x64 port of KeyedStoreIC::GenerateExternalArray where it
authorkbr@chromium.org <kbr@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 11 Nov 2009 23:06:11 +0000 (23:06 +0000)
committerkbr@chromium.org <kbr@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 11 Nov 2009 23:06:11 +0000 (23:06 +0000)
commitffda5f5ff56a79a0eed870e98e0d0fd375d60101
tree6cead4474ec9a953a4881b7d5b2efc81632afd21
parentd5ca1178cb5b74395ca9e41ebd065cc0b0c109f3
Fixed bug in x64 port of KeyedStoreIC::GenerateExternalArray where it
was always falling through to the runtime. Re-examined both load and
store ICs and verified they are now in sync with the 32-bit port.

Ran tests and benchmarks.

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

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