Title: [224800] trunk/Tools
Revision
224800
Author
[email protected]
Date
2017-11-13 18:59:37 -0800 (Mon, 13 Nov 2017)

Log Message

Pass --useDollarVM=true to all JSC tests.
https://bugs.webkit.org/show_bug.cgi?id=179647

Reviewed by Saam Barati.

* Scripts/run-jsc-stress-tests:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (224799 => 224800)


--- trunk/Tools/ChangeLog	2017-11-14 02:58:36 UTC (rev 224799)
+++ trunk/Tools/ChangeLog	2017-11-14 02:59:37 UTC (rev 224800)
@@ -1,3 +1,12 @@
+2017-11-13  Mark Lam  <[email protected]>
+
+        Pass --useDollarVM=true to all JSC tests.
+        https://bugs.webkit.org/show_bug.cgi?id=179647
+
+        Reviewed by Saam Barati.
+
+        * Scripts/run-jsc-stress-tests:
+
 2017-11-13  Simon Fraser  <[email protected]>
 
         When navigating back to a page, compositing layers may not use accelerated drawing

Modified: trunk/Tools/Scripts/run-jsc-stress-tests (224799 => 224800)


--- trunk/Tools/Scripts/run-jsc-stress-tests	2017-11-14 02:58:36 UTC (rev 224799)
+++ trunk/Tools/Scripts/run-jsc-stress-tests	2017-11-14 02:59:37 UTC (rev 224800)
@@ -451,7 +451,7 @@
 $numPasses = 0
 
 # We force all tests to use a smaller (1.5M) stack so that stack overflow tests can run faster.
-BASE_OPTIONS = ["--useFTLJIT=false", "--useFunctionDotArguments=true", "--validateExceptionChecks=true", "--maxPerThreadStackUsage=1572864"]
+BASE_OPTIONS = ["--useFTLJIT=false", "--useFunctionDotArguments=true", "--validateExceptionChecks=true", "--useDollarVM=true", "--maxPerThreadStackUsage=1572864"]
 EAGER_OPTIONS = ["--thresholdForJITAfterWarmUp=10", "--thresholdForJITSoon=10", "--thresholdForOptimizeAfterWarmUp=20", "--thresholdForOptimizeAfterLongWarmUp=20", "--thresholdForOptimizeSoon=20", "--thresholdForFTLOptimizeAfterWarmUp=20", "--thresholdForFTLOptimizeSoon=20", "--maximumEvalCacheableSourceLength=150000", "--useEagerCodeBlockJettisonTiming=true"]
 # NOTE: Tests rely on this using scribbleFreeCells.
 NO_CJIT_OPTIONS = ["--useConcurrentJIT=false", "--thresholdForJITAfterWarmUp=100", "--scribbleFreeCells=true"]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to