Title: [126440] releases/WebKitGTK/webkit-1.10/Source/WTF
- Revision
- 126440
- Author
- [email protected]
- Date
- 2012-08-23 09:33:00 -0700 (Thu, 23 Aug 2012)
Log Message
[GTK] Disable the parallel garbage collector for the 1.10 stable release
https://bugs.webkit.org/show_bug.cgi?id=94823
Reviewed by Carlos Garcia Campos.
The parallel garbage collector is still causing some flaky crashes, so we should
probably disable it for the stable release.
* wtf/Platform.h:
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-1.10/Source/WTF/ChangeLog (126439 => 126440)
--- releases/WebKitGTK/webkit-1.10/Source/WTF/ChangeLog 2012-08-23 16:26:04 UTC (rev 126439)
+++ releases/WebKitGTK/webkit-1.10/Source/WTF/ChangeLog 2012-08-23 16:33:00 UTC (rev 126440)
@@ -1,3 +1,15 @@
+2012-08-23 Martin Robinson <[email protected]>
+
+ [GTK] Disable the parallel garbage collector for the 1.10 stable release
+ https://bugs.webkit.org/show_bug.cgi?id=94823
+
+ Reviewed by Carlos Garcia Campos.
+
+ The parallel garbage collector is still causing some flaky crashes, so we should
+ probably disable it for the stable release.
+
+ * wtf/Platform.h:
+
2012-08-22 Geoffrey Garen <[email protected]>
ThreadRestrictionVerifier should be opt-in, not opt-out
Modified: releases/WebKitGTK/webkit-1.10/Source/WTF/wtf/Platform.h (126439 => 126440)
--- releases/WebKitGTK/webkit-1.10/Source/WTF/wtf/Platform.h 2012-08-23 16:26:04 UTC (rev 126439)
+++ releases/WebKitGTK/webkit-1.10/Source/WTF/wtf/Platform.h 2012-08-23 16:33:00 UTC (rev 126440)
@@ -1101,7 +1101,7 @@
#define ENABLE_OBJECT_MARK_LOGGING 0
-#if !defined(ENABLE_PARALLEL_GC) && !ENABLE(OBJECT_MARK_LOGGING) && (PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(BLACKBERRY) || PLATFORM(GTK)) && ENABLE(COMPARE_AND_SWAP)
+#if !defined(ENABLE_PARALLEL_GC) && !ENABLE(OBJECT_MARK_LOGGING) && (PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(BLACKBERRY)) && ENABLE(COMPARE_AND_SWAP)
#define ENABLE_PARALLEL_GC 1
#elif PLATFORM(QT)
// Parallel GC is temporarily disabled on Qt because of regular crashes, see https://bugs.webkit.org/show_bug.cgi?id=90957 for details
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes