Revision: 21775
Author:   plin...@gmail.com
Date:     Wed Jun 11 16:28:30 2014 UTC
Log:      MIPS: Generate KeyedLoadGeneric with Hydrogen.

Port r21774 (f0462b8)

BUG=
R=plin...@gmail.com

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

Patch from Balazs Kilvady <kilva...@homejinni.com>.
http://code.google.com/p/v8/source/detail?r=21775

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

=======================================
--- /branches/bleeding_edge/src/mips/code-stubs-mips.cc Wed Jun 11 14:44:13 2014 UTC +++ /branches/bleeding_edge/src/mips/code-stubs-mips.cc Wed Jun 11 16:28:30 2014 UTC
@@ -117,6 +117,16 @@
   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
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to