Changeset 271230 in webkit
- Timestamp:
- Jan 7, 2021, 1:02:47 AM (6 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
runtime/OptionsList.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r271226 r271230 1 2021-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 1 10 2021-01-06 Mark Lam <mark.lam@apple.com> 2 11 -
trunk/Source/JavaScriptCore/runtime/OptionsList.h
r270550 r271230 547 547 v(enablePolymorphicAccessInlining, usePolymorphicAccessInlining, SameOption) \ 548 548 v(enablePolymorphicCallInlining, usePolymorphicCallInlining, SameOption) \ 549 v(enableMovHintRemoval, useMovHintRemoval, SameOption) \550 549 v(enableObjectAllocationSinking, useObjectAllocationSinking, SameOption) \ 551 550 v(enableConcurrentJIT, useConcurrentJIT, SameOption) \ 552 551 v(enableProfiler, useProfiler, SameOption) \ 553 552 v(enableArchitectureSpecificOptimizations, useArchitectureSpecificOptimizations, SameOption) \ 554 v(enablePolyvariantCallInlining, usePolyvariantCallInlining, SameOption) \555 v(enablePolyvariantByIdInlining, usePolyvariantByIdInlining, SameOption) \556 553 v(objectsAreImmortal, useImmortalObjects, SameOption) \ 557 v(showObjectStatistics, dumpObjectStatistics, SameOption) \558 554 v(disableGC, useGC, InvertedOption) \ 559 555 v(enableTypeProfiler, useTypeProfiler, SameOption) \
Note:
See TracChangeset
for help on using the changeset viewer.