Changeset 225097 in webkit
- Timestamp:
- Nov 22, 2017, 10:08:37 AM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r225094 r225097 1 2017-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 1 10 2017-11-22 Commit Queue <commit-queue@webkit.org> 2 11 -
trunk/Tools/Scripts/run-jsc-stress-tests
r224831 r225097 452 452 453 453 # 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"]454 BASE_OPTIONS = ["--useFTLJIT=false", "--useFunctionDotArguments=true", "--validateExceptionChecks=true", "--useDollarVM=true", "--maxPerThreadStackUsage=1572864"] 455 455 EAGER_OPTIONS = ["--thresholdForJITAfterWarmUp=10", "--thresholdForJITSoon=10", "--thresholdForOptimizeAfterWarmUp=20", "--thresholdForOptimizeAfterLongWarmUp=20", "--thresholdForOptimizeSoon=20", "--thresholdForFTLOptimizeAfterWarmUp=20", "--thresholdForFTLOptimizeSoon=20", "--maximumEvalCacheableSourceLength=150000", "--useEagerCodeBlockJettisonTiming=true"] 456 456 # NOTE: Tests rely on this using scribbleFreeCells.
Note:
See TracChangeset
for help on using the changeset viewer.