Title: [109174] trunk/Source/_javascript_Core
- Revision
- 109174
- Author
- [email protected]
- Date
- 2012-02-28 17:26:03 -0800 (Tue, 28 Feb 2012)
Log Message
Re-enable parallel GC on Mac
https://bugs.webkit.org/show_bug.cgi?id=79837
Rubber stamped by Filip Pizlo.
* runtime/Options.cpp:
(JSC::Options::initializeOptions): We accidentally disabled parallel GC with this line,
so we removed it and things should go back to normal.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (109173 => 109174)
--- trunk/Source/_javascript_Core/ChangeLog 2012-02-29 01:17:27 UTC (rev 109173)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-02-29 01:26:03 UTC (rev 109174)
@@ -1,3 +1,14 @@
+2012-02-28 Mark Hahnenberg <[email protected]>
+
+ Re-enable parallel GC on Mac
+ https://bugs.webkit.org/show_bug.cgi?id=79837
+
+ Rubber stamped by Filip Pizlo.
+
+ * runtime/Options.cpp:
+ (JSC::Options::initializeOptions): We accidentally disabled parallel GC with this line,
+ so we removed it and things should go back to normal.
+
2012-02-28 Filip Pizlo <[email protected]>
Some run-_javascript_core-tests broken for 32-bit debug
Modified: trunk/Source/_javascript_Core/runtime/Options.cpp (109173 => 109174)
--- trunk/Source/_javascript_Core/runtime/Options.cpp 2012-02-29 01:17:27 UTC (rev 109173)
+++ trunk/Source/_javascript_Core/runtime/Options.cpp 2012-02-29 01:26:03 UTC (rev 109174)
@@ -193,8 +193,6 @@
if (cpusToUse < 1)
cpusToUse = 1;
- cpusToUse = 1;
-
SET(numberOfGCMarkers, cpusToUse);
ASSERT(executionCounterValueForDontOptimizeAnytimeSoon <= executionCounterValueForOptimizeAfterLongWarmUp);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes