⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 271230 in webkit


Ignore:
Timestamp:
Jan 7, 2021, 1:02:47 AM (6 years ago)
Author:
mark.lam@apple.com
Message:

Remove some aliases of obsolete JSC options.
https://bugs.webkit.org/show_bug.cgi?id=220402

Reviewed by Yusuke Suzuki.

  • runtime/OptionsList.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r271226 r271230  
     12021-01-07  Mark Lam  <mark.lam@apple.com>
     2
     3        Remove some aliases of obsolete JSC options.
     4        https://bugs.webkit.org/show_bug.cgi?id=220402
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        * runtime/OptionsList.h:
     9
    1102021-01-06  Mark Lam  <mark.lam@apple.com>
    211
  • trunk/Source/JavaScriptCore/runtime/OptionsList.h

    r270550 r271230  
    547547    v(enablePolymorphicAccessInlining, usePolymorphicAccessInlining, SameOption) \
    548548    v(enablePolymorphicCallInlining, usePolymorphicCallInlining, SameOption) \
    549     v(enableMovHintRemoval, useMovHintRemoval, SameOption) \
    550549    v(enableObjectAllocationSinking, useObjectAllocationSinking, SameOption) \
    551550    v(enableConcurrentJIT, useConcurrentJIT, SameOption) \
    552551    v(enableProfiler, useProfiler, SameOption) \
    553552    v(enableArchitectureSpecificOptimizations, useArchitectureSpecificOptimizations, SameOption) \
    554     v(enablePolyvariantCallInlining, usePolyvariantCallInlining, SameOption) \
    555     v(enablePolyvariantByIdInlining, usePolyvariantByIdInlining, SameOption) \
    556553    v(objectsAreImmortal, useImmortalObjects, SameOption) \
    557     v(showObjectStatistics, dumpObjectStatistics, SameOption) \
    558554    v(disableGC, useGC, InvertedOption) \
    559555    v(enableTypeProfiler, useTypeProfiler, SameOption) \
Note: See TracChangeset for help on using the changeset viewer.