Changeset 255051 in webkit


Ignore:
Timestamp:
Jan 23, 2020 8:24:50 PM (4 years ago)
Author:
rmorisset@apple.com
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:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r255048 r255051  
     12020-01-23  Robin Morisset  <rmorisset@apple.com>
     2
     3        Remove dead option useFTLTBAA
     4        https://bugs.webkit.org/show_bug.cgi?id=206725
     5
     6        Reviewed by Mark Lam.
     7
     8        It is likely from when the FTL used LLVM, before B3/Air were written, making this option completely obsolete (and it is currently unused).
     9
     10        * runtime/OptionsList.h:
     11
    1122020-01-23  Robin Morisset  <rmorisset@apple.com>
    213
  • trunk/Source/JavaScriptCore/runtime/OptionsList.h

    r255048 r255051  
    216216    \
    217217    v(Bool, useFTLJIT, true, Normal, "allows the FTL JIT to be used if true") \
    218     v(Bool, useFTLTBAA, true, Normal, nullptr) \
    219218    v(Bool, validateFTLOSRExitLiveness, false, Normal, nullptr) \
    220219    v(Unsigned, defaultB3OptLevel, 2, Normal, nullptr) \
Note: See TracChangeset for help on using the changeset viewer.