Title: [155489] trunk/Tools
- Revision
- 155489
- Author
- [email protected]
- Date
- 2013-09-10 16:15:27 -0700 (Tue, 10 Sep 2013)
Log Message
run-jsc-stress-tests should have a mode for always running the copy phase
https://bugs.webkit.org/show_bug.cgi?id=121128
Reviewed by Geoffrey Garen.
This will increase test coverage of the copying phase, which might not always get
triggered normally with our default parameters for required Heap/CopiedBlock utilization.
* Scripts/run-jsc-stress-tests:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (155488 => 155489)
--- trunk/Tools/ChangeLog 2013-09-10 22:59:07 UTC (rev 155488)
+++ trunk/Tools/ChangeLog 2013-09-10 23:15:27 UTC (rev 155489)
@@ -1,3 +1,15 @@
+2013-09-10 Mark Hahnenberg <[email protected]>
+
+ run-jsc-stress-tests should have a mode for always running the copy phase
+ https://bugs.webkit.org/show_bug.cgi?id=121128
+
+ Reviewed by Geoffrey Garen.
+
+ This will increase test coverage of the copying phase, which might not always get
+ triggered normally with our default parameters for required Heap/CopiedBlock utilization.
+
+ * Scripts/run-jsc-stress-tests:
+
2013-09-10 Sergio Correia <[email protected]>
[EFL][JHBUILD] Use a tarball for libseccomp, instead of git
Modified: trunk/Tools/Scripts/run-jsc-stress-tests (155488 => 155489)
--- trunk/Tools/Scripts/run-jsc-stress-tests 2013-09-10 22:59:07 UTC (rev 155488)
+++ trunk/Tools/Scripts/run-jsc-stress-tests 2013-09-10 23:15:27 UTC (rev 155489)
@@ -206,8 +206,13 @@
end
end
+def runAlwaysTriggerCopyPhase
+ run("always-trigger-copy-phase", "--minHeapUtilization=2.0", "--minCopiedBlockUtilization=2.0")
+end
+
def defaultRun
runDefault
+ runAlwaysTriggerCopyPhase
runNoCJIT
if $enableFTL
runDefaultFTL
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes