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 <[email protected]>
+
+ Disable concurrent GC A:B testing.
+
+ * runtime/Options.h:
+
2017-02-17 JF Bastien <[email protected]>
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,