Title: [209710] trunk/Tools
- Revision
- 209710
- Author
- [email protected]
- Date
- 2016-12-12 09:21:27 -0800 (Mon, 12 Dec 2016)
Log Message
Re-enable collectContinuously since it doesn't crash anymore
Rubber stamped by Michael Saboff.
* Scripts/run-jsc-stress-tests:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (209709 => 209710)
--- trunk/Tools/ChangeLog 2016-12-12 17:20:37 UTC (rev 209709)
+++ trunk/Tools/ChangeLog 2016-12-12 17:21:27 UTC (rev 209710)
@@ -1,3 +1,11 @@
+2016-12-12 Filip Pizlo <[email protected]>
+
+ Re-enable collectContinuously since it doesn't crash anymore
+
+ Rubber stamped by Michael Saboff.
+
+ * Scripts/run-jsc-stress-tests:
+
2016-12-11 Konstantin Tokarev <[email protected]>
Unreviewed attempt to fix EFL and Mac/cmake builds after r209665.
Modified: trunk/Tools/Scripts/run-jsc-stress-tests (209709 => 209710)
--- trunk/Tools/Scripts/run-jsc-stress-tests 2016-12-12 17:20:37 UTC (rev 209709)
+++ trunk/Tools/Scripts/run-jsc-stress-tests 2016-12-12 17:21:27 UTC (rev 209710)
@@ -431,9 +431,7 @@
FTL_OPTIONS = ["--useFTLJIT=true"]
def shouldCollectContinuously?
- # FIXME: Enable this once we fix all the bugs.
- # $buildType == :release
- $forceCollectContinuously
+ $buildType == :release or $forceCollectContinuously
end
COLLECT_CONTINUOUSLY_OPTIONS = shouldCollectContinuously? ? ["--collectContinuously=true", "--useGenerationalGC=false"] : []
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes