Revision: 21794
Author:   [email protected]
Date:     Thu Jun 12 08:34:09 2014 UTC
Log: Revert "MIPS: Reland 21774: Generate KeyedLoadGeneric with Hydrogen"

This reverts commit r21784 as the original CL also got reverted.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/329973002
http://code.google.com/p/v8/source/detail?r=21794

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

=======================================
--- /branches/bleeding_edge/src/mips/code-stubs-mips.cc Wed Jun 11 22:58:19 2014 UTC +++ /branches/bleeding_edge/src/mips/code-stubs-mips.cc Thu Jun 12 08:34:09 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