aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweiliang.lin@intel.com <weiliang.lin@intel.com>2014-11-11 08:32:13 +0000
committerweiliang.lin@intel.com <weiliang.lin@intel.com>2014-11-11 08:32:44 +0000
commit4865dad7edc0967c45a93adff7104f442ed47370 (patch)
tree34879f4dc8d239c195d8c05de5c6e17062f89862
parent37733a28d5306caf7ccec4b378206667a7083f78 (diff)
downloadv8-4865dad7edc0967c45a93adff7104f442ed47370.tar.gz
Version 3.30.33.3 (merged r25124)
X87: [turbofan] Add AllocateHeapNumberStub to avoid runtime call. R=jkummerow@chromium.org BUG= Review URL: https://codereview.chromium.org/713063003 Cr-Commit-Position: refs/branch-heads/3.30@{#25256} git-svn-id: https://v8.googlecode.com/svn/branches/3.30@25256 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-rw-r--r--src/version.cc2
-rw-r--r--src/x87/interface-descriptors-x87.cc9
2 files changed, 10 insertions, 1 deletions
diff --git a/src/version.cc b/src/version.cc
index 8d45e8ba0..52cbc9bb1 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 30
#define BUILD_NUMBER 33
-#define PATCH_LEVEL 2
+#define PATCH_LEVEL 3
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
#define IS_CANDIDATE_VERSION 0
diff --git a/src/x87/interface-descriptors-x87.cc b/src/x87/interface-descriptors-x87.cc
index 764034391..26ce4dcb8 100644
--- a/src/x87/interface-descriptors-x87.cc
+++ b/src/x87/interface-descriptors-x87.cc
@@ -155,6 +155,15 @@ void TransitionElementsKindDescriptor::Initialize(
}
+void AllocateHeapNumberDescriptor::Initialize(
+ CallInterfaceDescriptorData* data) {
+ // register state
+ // esi -- context
+ Register registers[] = {esi};
+ data->Initialize(arraysize(registers), registers, nullptr);
+}
+
+
void ArrayConstructorConstantArgCountDescriptor::Initialize(
CallInterfaceDescriptorData* data) {
// register state