Title: [173565] trunk/Source/WTF
Revision
173565
Author
[email protected]
Date
2014-09-12 10:45:00 -0700 (Fri, 12 Sep 2014)

Log Message

2014-09-12  Geoffrey Garen  <[email protected]>

        Rolled out r173540.

        It broke the Membuster performance bot, and it's still slightly profligate
        with memory.

            Do the bmalloc.
            https://bugs.webkit.org/show_bug.cgi?id=132629

        * wtf/FastMalloc.cpp:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (173564 => 173565)


--- trunk/Source/WTF/ChangeLog	2014-09-12 17:30:35 UTC (rev 173564)
+++ trunk/Source/WTF/ChangeLog	2014-09-12 17:45:00 UTC (rev 173565)
@@ -1,3 +1,15 @@
+2014-09-12  Geoffrey Garen  <[email protected]>
+
+        Rolled out r173540.
+
+        It broke the Membuster performance bot, and it's still slightly profligate
+        with memory.
+
+            Do the bmalloc.
+            https://bugs.webkit.org/show_bug.cgi?id=132629
+
+        * wtf/FastMalloc.cpp:
+
 2014-09-11  Geoffrey Garen  <[email protected]>
 
         Do the bmalloc.

Modified: trunk/Source/WTF/wtf/FastMalloc.cpp (173564 => 173565)


--- trunk/Source/WTF/wtf/FastMalloc.cpp	2014-09-12 17:30:35 UTC (rev 173564)
+++ trunk/Source/WTF/wtf/FastMalloc.cpp	2014-09-12 17:45:00 UTC (rev 173565)
@@ -101,10 +101,6 @@
 #endif
 #endif
 
-#if (PLATFORM(COCOA) && (CPU(X86_64) || CPU(ARM64)))
-#define USE_BMALLOC 1
-#endif
-
 #if !(defined(USE_SYSTEM_MALLOC) && USE_SYSTEM_MALLOC) && defined(NDEBUG)
 #define FORCE_SYSTEM_MALLOC 0
 #else
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to