Title: [171131] trunk/Source/WTF
Revision
171131
Author
[email protected]
Date
2014-07-15 19:26:49 -0700 (Tue, 15 Jul 2014)

Log Message

Unreviewed, rolling out r171107.
https://bugs.webkit.org/show_bug.cgi?id=134959

This was not the problem! (Requested by kling on #webkit).

Reverted changeset:

"Revert: Run the FastMalloc scavenger thread on iOS as well."
https://bugs.webkit.org/show_bug.cgi?id=134927
http://trac.webkit.org/changeset/171107

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (171130 => 171131)


--- trunk/Source/WTF/ChangeLog	2014-07-16 01:40:54 UTC (rev 171130)
+++ trunk/Source/WTF/ChangeLog	2014-07-16 02:26:49 UTC (rev 171131)
@@ -1,3 +1,16 @@
+2014-07-15  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r171107.
+        https://bugs.webkit.org/show_bug.cgi?id=134959
+
+        This was not the problem! (Requested by kling on #webkit).
+
+        Reverted changeset:
+
+        "Revert: Run the FastMalloc scavenger thread on iOS as well."
+        https://bugs.webkit.org/show_bug.cgi?id=134927
+        http://trac.webkit.org/changeset/171107
+
 2014-07-15  Andreas Kling  <[email protected]>
 
         Revert: Run the FastMalloc scavenger thread on iOS as well.

Modified: trunk/Source/WTF/wtf/FastMalloc.cpp (171130 => 171131)


--- trunk/Source/WTF/wtf/FastMalloc.cpp	2014-07-16 01:40:54 UTC (rev 171130)
+++ trunk/Source/WTF/wtf/FastMalloc.cpp	2014-07-16 02:26:49 UTC (rev 171131)
@@ -111,11 +111,7 @@
 #define ENABLE_TCMALLOC_HARDENING 1
 
 // Use a background thread to periodically scavenge memory to release back to the system
-#if PLATFORM(IOS)
-#define USE_BACKGROUND_THREAD_TO_SCAVENGE_MEMORY 0
-#else
 #define USE_BACKGROUND_THREAD_TO_SCAVENGE_MEMORY 1
-#endif
 
 #ifndef NDEBUG
 namespace WTF {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to