Reviewers: Jakob,
Description:
Disable handle zapping on 3.31
BUG=chromium:318206
[email protected]
LOG=y
Please review this at https://codereview.chromium.org/797723007/
Base URL: https://chromium.googlesource.com/v8/[email protected]
Affected files (+2, -2 lines):
M build/features.gypi
M src/version.cc
Index: build/features.gypi
diff --git a/build/features.gypi b/build/features.gypi
index
25041ce42fde0b4f964e9f50f31c85b2cafb7cde..465eba91480d72a74807372c3eb3364744276f0b
100644
--- a/build/features.gypi
+++ b/build/features.gypi
@@ -117,7 +117,7 @@
'Release': {
'variables': {
'v8_enable_extra_checks%': 0,
- 'v8_enable_handle_zapping%': 1,
+ 'v8_enable_handle_zapping%': 0,
},
'conditions': [
['v8_enable_extra_checks==1', {
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
e84633da5f3a454e3856cf5b486c19f207eed61e..8cc507a00a6a81a33579203a163a8cf9ec09af05
100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 31
#define BUILD_NUMBER 74
-#define PATCH_LEVEL 1
+#define PATCH_LEVEL 2
// 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.