Reviewers: Jakob,
Message:
Committed patchset #1 manually as r18338.
Description:
Disable handle zapping in release builds on branch 3.23
[email protected]
BUG=318206
LOG=n
Committed: https://code.google.com/p/v8/source/detail?r=18338
Please review this at https://codereview.chromium.org/109553003/
SVN Base: http://v8.googlecode.com/svn/branches/3.23/
Affected files (+1, -1 lines):
M build/features.gypi
Index: build/features.gypi
===================================================================
--- build/features.gypi (revision 18277)
+++ build/features.gypi (working copy)
@@ -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.