Title: [254623] branches/safari-609-branch/JSTests
Revision
254623
Author
alanc...@apple.com
Date
2020-01-15 11:16:41 -0800 (Wed, 15 Jan 2020)

Log Message

Cherry-pick r254496. rdar://problem/58553161

    Unreviewed. Change useLLInt=0 to forceBaseline=1

    * stress/racy-gc-cleanup-of-identifier-after-mutator-stops-running.js:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254496 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-609-branch/JSTests/ChangeLog (254622 => 254623)


--- branches/safari-609-branch/JSTests/ChangeLog	2020-01-15 19:16:38 UTC (rev 254622)
+++ branches/safari-609-branch/JSTests/ChangeLog	2020-01-15 19:16:41 UTC (rev 254623)
@@ -1,5 +1,23 @@
 2020-01-15  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r254496. rdar://problem/58553161
+
+    Unreviewed. Change useLLInt=0 to forceBaseline=1
+    
+    * stress/racy-gc-cleanup-of-identifier-after-mutator-stops-running.js:
+    
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254496 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-01-13  Saam Barati  <sbar...@apple.com>
+
+            Unreviewed. Change useLLInt=0 to forceBaseline=1
+
+            * stress/racy-gc-cleanup-of-identifier-after-mutator-stops-running.js:
+
+2020-01-15  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r254464. rdar://problem/58553161
 
     Replace uses of Box<Identifier> with a new CacheableIdentifier class.

Modified: branches/safari-609-branch/JSTests/stress/racy-gc-cleanup-of-identifier-after-mutator-stops-running.js (254622 => 254623)


--- branches/safari-609-branch/JSTests/stress/racy-gc-cleanup-of-identifier-after-mutator-stops-running.js	2020-01-15 19:16:38 UTC (rev 254622)
+++ branches/safari-609-branch/JSTests/stress/racy-gc-cleanup-of-identifier-after-mutator-stops-running.js	2020-01-15 19:16:41 UTC (rev 254623)
@@ -1,4 +1,4 @@
-//@ runDefault("--numberOfGCMarkers=1", "--useDFGJIT=false", "--useLLInt=false")
+//@ runDefault("--numberOfGCMarkers=1", "--useDFGJIT=false", "--forceBaseline=true")
 
 function foo() {
     gc();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to