Title: [176446] trunk/Source/_javascript_Core
Revision
176446
Author
[email protected]
Date
2014-11-21 07:26:06 -0800 (Fri, 21 Nov 2014)

Log Message

[JSC] Disable verifyHeap
https://bugs.webkit.org/show_bug.cgi?id=138962

Reviewed by Mark Lam.

* runtime/Options.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (176445 => 176446)


--- trunk/Source/_javascript_Core/ChangeLog	2014-11-21 07:23:12 UTC (rev 176445)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-11-21 15:26:06 UTC (rev 176446)
@@ -1,3 +1,12 @@
+2014-11-21  Csaba Osztrogonác  <[email protected]>
+
+        [JSC] Disable verifyHeap
+        https://bugs.webkit.org/show_bug.cgi?id=138962
+
+        Reviewed by Mark Lam.
+
+        * runtime/Options.h:
+
 2014-11-20  Mark Lam  <[email protected]>
 
         Add some comments to describe the DFG UseKind representations.

Modified: trunk/Source/_javascript_Core/runtime/Options.h (176445 => 176446)


--- trunk/Source/_javascript_Core/runtime/Options.h	2014-11-21 07:23:12 UTC (rev 176445)
+++ trunk/Source/_javascript_Core/runtime/Options.h	2014-11-21 15:26:06 UTC (rev 176446)
@@ -287,7 +287,7 @@
     v(bool, logHeapStatisticsAtExit, false) \
     v(bool, enableTypeProfiler, false) \
     \
-    v(bool, verifyHeap, true) \
+    v(bool, verifyHeap, false) \
     v(unsigned, numberOfGCCyclesToRecordForVerification, 3) \
     \
     v(bool, enableExceptionFuzz, false) \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to