Title: [161544] trunk/Source/_javascript_Core
Revision
161544
Author
[email protected]
Date
2014-01-08 20:25:55 -0800 (Wed, 08 Jan 2014)

Log Message

Reverting accidental GC logging

* heap/Heap.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (161543 => 161544)


--- trunk/Source/_javascript_Core/ChangeLog	2014-01-09 04:11:59 UTC (rev 161543)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-01-09 04:25:55 UTC (rev 161544)
@@ -1,3 +1,9 @@
+2014-01-08  Mark Hahnenberg  <[email protected]>
+
+        Reverting accidental GC logging
+
+        * heap/Heap.cpp:
+
 2014-01-07  Mark Hahnenberg  <[email protected]>
 
         Marking should be generational

Modified: trunk/Source/_javascript_Core/heap/Heap.cpp (161543 => 161544)


--- trunk/Source/_javascript_Core/heap/Heap.cpp	2014-01-09 04:11:59 UTC (rev 161543)
+++ trunk/Source/_javascript_Core/heap/Heap.cpp	2014-01-09 04:25:55 UTC (rev 161544)
@@ -58,7 +58,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