Title: [212897] branches/safari-603.1.30.0-branch/Source/_javascript_Core
Revision
212897
Author
matthew_han...@apple.com
Date
2017-02-23 08:58:26 -0800 (Thu, 23 Feb 2017)

Log Message

rdar://problem/30635733

Modified Paths


Diff

Modified: branches/safari-603.1.30.0-branch/Source/_javascript_Core/ChangeLog (212896 => 212897)


--- branches/safari-603.1.30.0-branch/Source/_javascript_Core/ChangeLog	2017-02-23 16:58:23 UTC (rev 212896)
+++ branches/safari-603.1.30.0-branch/Source/_javascript_Core/ChangeLog	2017-02-23 16:58:26 UTC (rev 212897)
@@ -1,3 +1,9 @@
+2017-02-23  Filip Pizlo  <fpi...@apple.com>
+
+        Disable concurrent GC A:B testing.
+
+        * runtime/Options.h:
+
 2017-02-17  JF Bastien  <jfbast...@apple.com>
 
         A/B test concurrent GC

Modified: branches/safari-603.1.30.0-branch/Source/_javascript_Core/runtime/Options.h (212896 => 212897)


--- branches/safari-603.1.30.0-branch/Source/_javascript_Core/runtime/Options.h	2017-02-23 16:58:23 UTC (rev 212896)
+++ branches/safari-603.1.30.0-branch/Source/_javascript_Core/runtime/Options.h	2017-02-23 16:58:26 UTC (rev 212897)
@@ -418,7 +418,7 @@
     \
     v(bool, useWebAssembly, false, Normal, "Expose the WebAssembly global object.") \
     \
-    v(bool, useConcurrentGCSplitTesting, true, Normal, "If true, A/B split testing will be performed on the concurrent GC, yielding a 50% chance that concurrent GC is disabled.") \
+    v(bool, useConcurrentGCSplitTesting, false, Normal, "If true, A/B split testing will be performed on the concurrent GC, yielding a 50% chance that concurrent GC is disabled.") \
 
 enum OptionEquivalence {
     SameOption,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to