Revision: 8569
Author:   [email protected]
Date:     Thu Jul  7 23:48:27 2011
Log:      MIPS: port Fix a typo in KeyedStoreIC, restore Kraken performance.

Ported r8539 (46103ea)

BUG=
TEST=

Review URL: http://codereview.chromium.org//7327016
Patch from Paul Lind <[email protected]>.
http://code.google.com/p/v8/source/detail?r=8569

Modified:
 /branches/bleeding_edge/src/mips/stub-cache-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/stub-cache-mips.cc Tue Jun 21 00:47:26 2011 +++ /branches/bleeding_edge/src/mips/stub-cache-mips.cc Thu Jul 7 23:48:27 2011
@@ -4201,7 +4201,7 @@
   // have been verified by the caller to not be a smi.

   // Check that the key is a smi.
-  __ JumpIfNotSmi(a0, &miss_force_generic);
+  __ JumpIfNotSmi(key_reg, &miss_force_generic);

// Get the elements array and make sure it is a fast element array, not 'cow'.
   __ lw(elements_reg,

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to