Title: [173334] trunk/Source/WTF
Revision
173334
Author
[email protected]
Date
2014-09-05 14:32:00 -0700 (Fri, 05 Sep 2014)

Log Message

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

        Rolled out <http://trac.webkit.org/changeset/173313>.

        It seems to have broken the PLT bot.

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

                * wtf/FastMalloc.cpp:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (173333 => 173334)


--- trunk/Source/WTF/ChangeLog	2014-09-05 21:08:14 UTC (rev 173333)
+++ trunk/Source/WTF/ChangeLog	2014-09-05 21:32:00 UTC (rev 173334)
@@ -1,3 +1,14 @@
+2014-09-05  Geoffrey Garen  <[email protected]>
+
+        Rolled out <http://trac.webkit.org/changeset/173313>.
+
+        It seems to have broken the PLT bot.
+
+                Do the bmalloc.
+                https://bugs.webkit.org/show_bug.cgi?id=132629
+
+                * wtf/FastMalloc.cpp:
+
 2014-06-06  Jer Noble  <[email protected]>
 
         Refactoring: make MediaTime the primary time type for audiovisual times.

Modified: trunk/Source/WTF/wtf/FastMalloc.cpp (173333 => 173334)


--- trunk/Source/WTF/wtf/FastMalloc.cpp	2014-09-05 21:08:14 UTC (rev 173333)
+++ trunk/Source/WTF/wtf/FastMalloc.cpp	2014-09-05 21:32:00 UTC (rev 173334)
@@ -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