Revision: 21777
Author:   [email protected]
Date:     Wed Jun 11 17:32:32 2014 UTC
Log:      MIPS: Revert 21774: "Generate KeyedLoadGeneric with Hydrogen"

Port r21776 (10a4872)

Original commit message:
Due to arm64 and GCMole failures

BUG=
[email protected]

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

Patch from Balazs Kilvady <[email protected]>.
http://code.google.com/p/v8/source/detail?r=21777

Modified:
 /branches/bleeding_edge/src/mips/code-stubs-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/code-stubs-mips.cc Wed Jun 11 16:28:30 2014 UTC +++ /branches/bleeding_edge/src/mips/code-stubs-mips.cc Wed Jun 11 17:32:32 2014 UTC
@@ -117,16 +117,6 @@
   descriptor->deoptimization_handler_ =
       Runtime::FunctionForId(Runtime::kHiddenRegExpConstructResult)->entry;
 }
-
-
-void KeyedLoadGenericElementStub::InitializeInterfaceDescriptor(
-    CodeStubInterfaceDescriptor* descriptor) {
-  static Register registers[] = { a1, a0 };
-  descriptor->register_param_count_ = 2;
-  descriptor->register_params_ = registers;
-  descriptor->deoptimization_handler_ =
-      Runtime::FunctionForId(Runtime::kKeyedGetProperty)->entry;
-}


 void LoadFieldStub::InitializeInterfaceDescriptor(

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to