Title: [209807] trunk/Source/_javascript_Core
- Revision
- 209807
- Author
- [email protected]
- Date
- 2016-12-14 09:19:33 -0800 (Wed, 14 Dec 2016)
Log Message
Unreviewed, disable concurrent GC on ARM while we investigate a memory use regression.
* runtime/Options.cpp:
(JSC::recomputeDependentOptions):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (209806 => 209807)
--- trunk/Source/_javascript_Core/ChangeLog 2016-12-14 17:17:41 UTC (rev 209806)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-12-14 17:19:33 UTC (rev 209807)
@@ -1,3 +1,10 @@
+2016-12-14 Filip Pizlo <[email protected]>
+
+ Unreviewed, disable concurrent GC on ARM while we investigate a memory use regression.
+
+ * runtime/Options.cpp:
+ (JSC::recomputeDependentOptions):
+
2016-12-13 Yusuke Suzuki <[email protected]>
Use JSValue::toWTFString instead of calling toString(exec) and value(exec)
Modified: trunk/Source/_javascript_Core/runtime/Options.cpp (209806 => 209807)
--- trunk/Source/_javascript_Core/runtime/Options.cpp 2016-12-14 17:17:41 UTC (rev 209806)
+++ trunk/Source/_javascript_Core/runtime/Options.cpp 2016-12-14 17:19:33 UTC (rev 209807)
@@ -332,7 +332,7 @@
Options::useFTLJIT() = false;
#endif
-#if !CPU(X86_64) && !CPU(ARM64)
+#if !CPU(X86_64)
Options::useConcurrentGC() = false;
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes