Reviewers: Hablich,
Description:
Disable handle zapping on 4.5 branch for release mode, not debug
BUG=chromium:318206
LOG=n
[email protected]
Please review this at https://codereview.chromium.org/1324623007/
Base URL: https://chromium.googlesource.com/v8/[email protected]
Affected files (+3, -3 lines):
M build/features.gypi
M include/v8-version.h
Index: build/features.gypi
diff --git a/build/features.gypi b/build/features.gypi
index
0e26969f6465276244de6ed11cd11beb267368c2..59d15134ddf9702c2daff859b7d80a50d7553838
100644
--- a/build/features.gypi
+++ b/build/features.gypi
@@ -108,7 +108,7 @@
'DebugBaseCommon': {
'abstract': 1,
'variables': {
- 'v8_enable_handle_zapping%': 0,
+ 'v8_enable_handle_zapping%': 1,
},
'conditions': [
['v8_enable_handle_zapping==1', {
@@ -118,7 +118,7 @@
}, # Debug
'Release': {
'variables': {
- 'v8_enable_handle_zapping%': 1,
+ 'v8_enable_handle_zapping%': 0,
},
'conditions': [
['v8_enable_handle_zapping==1', {
Index: include/v8-version.h
diff --git a/include/v8-version.h b/include/v8-version.h
index
a2dc5b0db6b28313df786d2a2c8a70f9f7afec15..ab52744d2267121235f5bf7e126a107d0638b076
100644
--- a/include/v8-version.h
+++ b/include/v8-version.h
@@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 4
#define V8_MINOR_VERSION 5
#define V8_BUILD_NUMBER 103
-#define V8_PATCH_LEVEL 30
+#define V8_PATCH_LEVEL 31
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
--
--
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.