Title: [222914] trunk/Tools
Revision
222914
Author
sbar...@apple.com
Date
2017-10-05 10:18:15 -0700 (Thu, 05 Oct 2017)

Log Message

Unreviewed. Try to make debug type profiler tests stop timing out.

* Scripts/run-jsc-stress-tests:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (222913 => 222914)


--- trunk/Tools/ChangeLog	2017-10-05 17:11:57 UTC (rev 222913)
+++ trunk/Tools/ChangeLog	2017-10-05 17:18:15 UTC (rev 222914)
@@ -1,3 +1,9 @@
+2017-10-05  Saam Barati  <sbar...@apple.com>
+
+        Unreviewed. Try to make debug type profiler tests stop timing out.
+
+        * Scripts/run-jsc-stress-tests:
+
 2017-10-03  Frederic Wang  <fw...@igalia.com>
 
         Remove Brotli from Source/ThirdParty

Modified: trunk/Tools/Scripts/run-jsc-stress-tests (222913 => 222914)


--- trunk/Tools/Scripts/run-jsc-stress-tests	2017-10-05 17:11:57 UTC (rev 222913)
+++ trunk/Tools/Scripts/run-jsc-stress-tests	2017-10-05 17:18:15 UTC (rev 222914)
@@ -861,11 +861,12 @@
         return
     end
 
+    run("ftl-type-profiler", "--useTypeProfiler=true", *(FTL_OPTIONS))
+    run("ftl-no-cjit-type-profiler-force-poly-proto", "--useTypeProfiler=true", "--forcePolyProto=true", *(FTL_OPTIONS + NO_CJIT_OPTIONS))
+
     return if !$isFTLPlatform
 
-    run("ftl-no-cjit-type-profiler", "--useTypeProfiler=true", *(FTL_OPTIONS + NO_CJIT_OPTIONS))
-    run("ftl-type-profiler", "--useTypeProfiler=true", *(FTL_OPTIONS))
-    run("ftl-type-profiler-force-poly-proto-ftl-eager", "--useTypeProfiler=true", "--forcePolyProto=true", *(FTL_OPTIONS + EAGER_OPTIONS))
+    run("ftl-type-profiler-ftl-eager", "--useTypeProfiler=true", *(FTL_OPTIONS + EAGER_OPTIONS))
 end
 
 def runControlFlowProfiler
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to