Title: [131328] trunk/Source/WTF
Revision
131328
Author
mhahnenb...@apple.com
Date
2012-10-15 11:52:32 -0700 (Mon, 15 Oct 2012)

Log Message

Parallel GC should not be disabled for all platforms

* wtf/Platform.h: D'oh!

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (131327 => 131328)


--- trunk/Source/WTF/ChangeLog	2012-10-15 18:48:00 UTC (rev 131327)
+++ trunk/Source/WTF/ChangeLog	2012-10-15 18:52:32 UTC (rev 131328)
@@ -1,3 +1,9 @@
+2012-10-15  Mark Hahnenberg  <mhahnenb...@apple.com>
+
+        Parallel GC should not be disabled for all platforms
+
+        * wtf/Platform.h: D'oh!
+
 2012-10-15  George Staikos  <stai...@webkit.org>
 
         [BlackBerry] Adapt to Platform API changes in string handling

Modified: trunk/Source/WTF/wtf/Platform.h (131327 => 131328)


--- trunk/Source/WTF/wtf/Platform.h	2012-10-15 18:48:00 UTC (rev 131327)
+++ trunk/Source/WTF/wtf/Platform.h	2012-10-15 18:52:32 UTC (rev 131328)
@@ -1132,8 +1132,6 @@
 
 #define ENABLE_OBJECT_MARK_LOGGING 0
 
-#define ENABLE_PARALLEL_GC 0
-
 #if !defined(ENABLE_PARALLEL_GC) && !ENABLE(OBJECT_MARK_LOGGING) && (PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(BLACKBERRY) || PLATFORM(GTK)) && ENABLE(COMPARE_AND_SWAP)
 #define ENABLE_PARALLEL_GC 1
 #elif PLATFORM(QT)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to