Reviewers: Michael Starzinger,

Message:
Committed patchset #1 manually as r14856 (presubmit successful).

Description:
Disable extra checks in Release mode.

They caused test failures and performance regressions.

[email protected]

Committed: http://code.google.com/p/v8/source/detail?r=14856

Please review this at https://codereview.chromium.org/16158002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M build/common.gypi


Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 0cc2dc0ce32345472363b3b49a761cb41327c349..2e3c7854d528e9182980d02f14a98958517b3019 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -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