Title: [255529] trunk/JSTests
Revision
255529
Author
[email protected]
Date
2020-01-31 16:11:09 -0800 (Fri, 31 Jan 2020)

Log Message

Unreviewed. Don't dump disassembly in test.

* stress/get-getter-setter-by-offset-not-always-safe-to-execute.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (255528 => 255529)


--- trunk/JSTests/ChangeLog	2020-02-01 00:06:51 UTC (rev 255528)
+++ trunk/JSTests/ChangeLog	2020-02-01 00:11:09 UTC (rev 255529)
@@ -1,5 +1,11 @@
 2020-01-31  Saam Barati  <[email protected]>
 
+        Unreviewed. Don't dump disassembly in test.
+
+        * stress/get-getter-setter-by-offset-not-always-safe-to-execute.js:
+
+2020-01-31  Saam Barati  <[email protected]>
+
         GetGetterSetterByOffset and GetGetter/GetSetter are not always safe to execute
         https://bugs.webkit.org/show_bug.cgi?id=206805
         <rdar://problem/58898161>

Modified: trunk/JSTests/stress/get-getter-setter-by-offset-not-always-safe-to-execute.js (255528 => 255529)


--- trunk/JSTests/stress/get-getter-setter-by-offset-not-always-safe-to-execute.js	2020-02-01 00:06:51 UTC (rev 255528)
+++ trunk/JSTests/stress/get-getter-setter-by-offset-not-always-safe-to-execute.js	2020-02-01 00:11:09 UTC (rev 255529)
@@ -1,4 +1,4 @@
-//@ runDefault("--dumpFTLDisassembly=1", "--thresholdForOptimizeSoon=10", "--useConcurrentJIT=0", "--useConcurrentGC=0", "--thresholdForJITAfterWarmUp=10", "--thresholdForOptimizeAfterWarmUp=100", "--thresholdForFTLOptimizeAfterWarmUp=1000")
+//@ runDefault("--thresholdForOptimizeSoon=10", "--useConcurrentJIT=0", "--useConcurrentGC=0", "--thresholdForJITAfterWarmUp=10", "--thresholdForOptimizeAfterWarmUp=100", "--thresholdForFTLOptimizeAfterWarmUp=1000")
 
 function main() {
     function v1(v2) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to