Revision: 21795
Author: [email protected]
Date: Thu Jun 12 08:36:32 2014 UTC
Log: Version 3.27.27.1 (merged r21794)
Revert "MIPS: Reland 21774: Generate KeyedLoadGeneric with Hydrogen"
[email protected]
BUG=
Review URL: https://codereview.chromium.org/335533003
http://code.google.com/p/v8/source/detail?r=21795
Modified:
/trunk/src/mips/code-stubs-mips.cc
/trunk/src/version.cc
=======================================
--- /trunk/src/mips/code-stubs-mips.cc Thu Jun 12 08:25:21 2014 UTC
+++ /trunk/src/mips/code-stubs-mips.cc Thu Jun 12 08:36: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(
=======================================
--- /trunk/src/version.cc Thu Jun 12 08:25:21 2014 UTC
+++ /trunk/src/version.cc Thu Jun 12 08:36:32 2014 UTC
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 27
#define BUILD_NUMBER 27
-#define PATCH_LEVEL 0
+#define PATCH_LEVEL 1
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
#define IS_CANDIDATE_VERSION 0
--
--
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.