Changeset 155489 in webkit
- Timestamp:
- Sep 10, 2013, 4:15:27 PM (13 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/run-jsc-stress-tests (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r155481 r155489 1 2013-09-10 Mark Hahnenberg <mhahnenberg@apple.com> 2 3 run-jsc-stress-tests should have a mode for always running the copy phase 4 https://bugs.webkit.org/show_bug.cgi?id=121128 5 6 Reviewed by Geoffrey Garen. 7 8 This will increase test coverage of the copying phase, which might not always get 9 triggered normally with our default parameters for required Heap/CopiedBlock utilization. 10 11 * Scripts/run-jsc-stress-tests: 12 1 13 2013-09-10 Sergio Correia <sergio.correia@openbossa.org> 2 14 -
trunk/Tools/Scripts/run-jsc-stress-tests
r155467 r155489 207 207 end 208 208 209 def runAlwaysTriggerCopyPhase 210 run("always-trigger-copy-phase", "--minHeapUtilization=2.0", "--minCopiedBlockUtilization=2.0") 211 end 212 209 213 def defaultRun 210 214 runDefault 215 runAlwaysTriggerCopyPhase 211 216 runNoCJIT 212 217 if $enableFTL
Note:
See TracChangeset
for help on using the changeset viewer.