Title: [255051] trunk/Source/_javascript_Core
Revision
255051
Author
rmoris...@apple.com
Date
2020-01-23 20:24:50 -0800 (Thu, 23 Jan 2020)

Log Message

Remove dead option useFTLTBAA
https://bugs.webkit.org/show_bug.cgi?id=206725

Reviewed by Mark Lam.

It is likely from when the FTL used LLVM, before B3/Air were written, making this option completely obsolete (and it is currently unused).

* runtime/OptionsList.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (255050 => 255051)


--- trunk/Source/_javascript_Core/ChangeLog	2020-01-24 03:18:55 UTC (rev 255050)
+++ trunk/Source/_javascript_Core/ChangeLog	2020-01-24 04:24:50 UTC (rev 255051)
@@ -1,5 +1,16 @@
 2020-01-23  Robin Morisset  <rmoris...@apple.com>
 
+        Remove dead option useFTLTBAA
+        https://bugs.webkit.org/show_bug.cgi?id=206725
+
+        Reviewed by Mark Lam.
+
+        It is likely from when the FTL used LLVM, before B3/Air were written, making this option completely obsolete (and it is currently unused).
+
+        * runtime/OptionsList.h:
+
+2020-01-23  Robin Morisset  <rmoris...@apple.com>
+
         Remove dead options "dumpAllDFGNodes"/"showAllDFGNodes"
         https://bugs.webkit.org/show_bug.cgi?id=204372
 

Modified: trunk/Source/_javascript_Core/runtime/OptionsList.h (255050 => 255051)


--- trunk/Source/_javascript_Core/runtime/OptionsList.h	2020-01-24 03:18:55 UTC (rev 255050)
+++ trunk/Source/_javascript_Core/runtime/OptionsList.h	2020-01-24 04:24:50 UTC (rev 255051)
@@ -215,7 +215,6 @@
     v(Bool, useOSREntryToFTL, true, Normal, nullptr) \
     \
     v(Bool, useFTLJIT, true, Normal, "allows the FTL JIT to be used if true") \
-    v(Bool, useFTLTBAA, true, Normal, nullptr) \
     v(Bool, validateFTLOSRExitLiveness, false, Normal, nullptr) \
     v(Unsigned, defaultB3OptLevel, 2, Normal, nullptr) \
     v(Bool, b3AlwaysFailsBeforeCompile, false, Normal, nullptr) \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to