Title: [173935] trunk/Source/WTF
- Revision
- 173935
- Author
- [email protected]
- Date
- 2014-09-24 15:07:41 -0700 (Wed, 24 Sep 2014)
Log Message
Do the bmalloc.
https://bugs.webkit.org/show_bug.cgi?id=132629
Reviewed by Gavin Barraclough.
64-bit only for now, just to try it out.
* wtf/FastMalloc.cpp:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (173934 => 173935)
--- trunk/Source/WTF/ChangeLog 2014-09-24 22:02:01 UTC (rev 173934)
+++ trunk/Source/WTF/ChangeLog 2014-09-24 22:07:41 UTC (rev 173935)
@@ -1,3 +1,14 @@
+2014-09-24 Geoffrey Garen <[email protected]>
+
+ Do the bmalloc.
+ https://bugs.webkit.org/show_bug.cgi?id=132629
+
+ Reviewed by Gavin Barraclough.
+
+ 64-bit only for now, just to try it out.
+
+ * wtf/FastMalloc.cpp:
+
2014-09-23 Geoffrey Garen <[email protected]>
Rolled out r173346.
Modified: trunk/Source/WTF/wtf/FastMalloc.cpp (173934 => 173935)
--- trunk/Source/WTF/wtf/FastMalloc.cpp 2014-09-24 22:02:01 UTC (rev 173934)
+++ trunk/Source/WTF/wtf/FastMalloc.cpp 2014-09-24 22:07:41 UTC (rev 173935)
@@ -101,6 +101,10 @@
#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