Reviewers: danno,
Description:
Disable handle zapping on 3.24 branch in release mode
BUG=318206
[email protected]
LOG=y
Please review this at https://codereview.chromium.org/177903002/
SVN Base: https://v8.googlecode.com/svn/branches/3.24
Affected files (+1, -1 lines):
M build/features.gypi
Index: build/features.gypi
diff --git a/build/features.gypi b/build/features.gypi
index
85b8a38465cc3203233c1fa809c0a108280f711c..f0e7212096538bdf09894dc8215968d3a5b135c0
100644
--- a/build/features.gypi
+++ b/build/features.gypi
@@ -115,7 +115,7 @@
'Release': {
'variables': {
'v8_enable_extra_checks%': 0,
- 'v8_enable_handle_zapping%': 1,
+ 'v8_enable_handle_zapping%': 0,
},
'conditions': [
['v8_enable_extra_checks==1', {
--
--
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/groups/opt_out.