Revision: 14856
Author:   [email protected]
Date:     Tue May 28 09:31:55 2013
Log:      Disable extra checks in Release mode.

They caused test failures and performance regressions.

[email protected]

Review URL: https://codereview.chromium.org/16158002
http://code.google.com/p/v8/source/detail?r=14856

Modified:
 /branches/bleeding_edge/build/common.gypi

=======================================
--- /branches/bleeding_edge/build/common.gypi   Tue May 28 08:13:57 2013
+++ /branches/bleeding_edge/build/common.gypi   Tue May 28 09:31:55 2013
@@ -445,7 +445,7 @@
       },  # Debug
       'Release': {
         'variables': {
-          'v8_enable_extra_checks%': 1,
+          'v8_enable_extra_checks%': 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.


Reply via email to