Changeset 225097 in webkit


Ignore:
Timestamp:
Nov 22, 2017 10:08:37 AM (6 years ago)
Author:
mark.lam@apple.com
Message:

[Re-landing] 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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r225094 r225097  
     12017-11-22  Mark Lam  <mark.lam@apple.com>
     2
     3        [Re-landing] Pass --useDollarVM=true to all JSC tests.
     4        https://bugs.webkit.org/show_bug.cgi?id=179647
     5
     6        Reviewed by Saam Barati.
     7
     8        * Scripts/run-jsc-stress-tests:
     9
    1102017-11-22  Commit Queue  <commit-queue@webkit.org>
    211
  • trunk/Tools/Scripts/run-jsc-stress-tests

    r224831 r225097  
    452452
    453453# We force all tests to use a smaller (1.5M) stack so that stack overflow tests can run faster.
    454 BASE_OPTIONS = ["--useFTLJIT=false", "--useFunctionDotArguments=true", "--validateExceptionChecks=true", "--maxPerThreadStackUsage=1572864"]
     454BASE_OPTIONS = ["--useFTLJIT=false", "--useFunctionDotArguments=true", "--validateExceptionChecks=true", "--useDollarVM=true", "--maxPerThreadStackUsage=1572864"]
    455455EAGER_OPTIONS = ["--thresholdForJITAfterWarmUp=10", "--thresholdForJITSoon=10", "--thresholdForOptimizeAfterWarmUp=20", "--thresholdForOptimizeAfterLongWarmUp=20", "--thresholdForOptimizeSoon=20", "--thresholdForFTLOptimizeAfterWarmUp=20", "--thresholdForFTLOptimizeSoon=20", "--maximumEvalCacheableSourceLength=150000", "--useEagerCodeBlockJettisonTiming=true"]
    456456# NOTE: Tests rely on this using scribbleFreeCells.
Note: See TracChangeset for help on using the changeset viewer.