Title: [155413] trunk/Source/_javascript_Core
Revision
155413
Author
[email protected]
Date
2013-09-09 20:16:31 -0700 (Mon, 09 Sep 2013)

Log Message

Unreviewed, disable GC logging.

* heap/Heap.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (155412 => 155413)


--- trunk/Source/_javascript_Core/ChangeLog	2013-09-10 03:10:11 UTC (rev 155412)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-09-10 03:16:31 UTC (rev 155413)
@@ -1,3 +1,9 @@
+2013-09-09  Filip Pizlo  <[email protected]>
+
+        Unreviewed, disable GC logging.
+
+        * heap/Heap.cpp:
+
 2013-09-09  Mark Hahnenberg  <[email protected]>
 
         CopiedSpace::startedCopying should not call MarkedSpace::capacity

Modified: trunk/Source/_javascript_Core/heap/Heap.cpp (155412 => 155413)


--- trunk/Source/_javascript_Core/heap/Heap.cpp	2013-09-10 03:10:11 UTC (rev 155412)
+++ trunk/Source/_javascript_Core/heap/Heap.cpp	2013-09-10 03:16:31 UTC (rev 155413)
@@ -55,7 +55,7 @@
 static const size_t largeHeapSize = 32 * MB; // About 1.5X the average webpage.
 static const size_t smallHeapSize = 1 * MB; // Matches the FastMalloc per-thread cache.
 
-#define ENABLE_GC_LOGGING 1
+#define ENABLE_GC_LOGGING 0
 
 #if ENABLE(GC_LOGGING)
 #if COMPILER(CLANG)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to