Revision: 21813
Author:   [email protected]
Date:     Thu Jun 12 15:05:01 2014 UTC
Log:      X87: Reland 21774: Generate KeyedLoadGeneric with Hydrogen

Port r21781 (4869c528)

BUG=
[email protected]

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

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

=======================================
--- /branches/bleeding_edge/src/x87/code-stubs-x87.cc Wed Jun 11 14:09:05 2014 UTC +++ /branches/bleeding_edge/src/x87/code-stubs-x87.cc Thu Jun 12 15:05:01 2014 UTC
@@ -121,6 +121,16 @@
   descriptor->deoptimization_handler_ =
       Runtime::FunctionForId(Runtime::kHiddenRegExpConstructResult)->entry;
 }
+
+
+void KeyedLoadGenericElementStub::InitializeInterfaceDescriptor(
+    CodeStubInterfaceDescriptor* descriptor) {
+  static Register registers[] = { edx, ecx };
+  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