Title: [271230] trunk/Source/_javascript_Core
Revision
271230
Author
[email protected]
Date
2021-01-07 01:02:47 -0800 (Thu, 07 Jan 2021)

Log Message

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

Reviewed by Yusuke Suzuki.

* runtime/OptionsList.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (271229 => 271230)


--- trunk/Source/_javascript_Core/ChangeLog	2021-01-07 08:31:21 UTC (rev 271229)
+++ trunk/Source/_javascript_Core/ChangeLog	2021-01-07 09:02:47 UTC (rev 271230)
@@ -1,3 +1,12 @@
+2021-01-07  Mark Lam  <[email protected]>
+
+        Remove some aliases of obsolete JSC options.
+        https://bugs.webkit.org/show_bug.cgi?id=220402
+
+        Reviewed by Yusuke Suzuki.
+
+        * runtime/OptionsList.h:
+
 2021-01-06  Mark Lam  <[email protected]>
 
         Fix a dataMemoryTempRegister use violation in FTLLowerDFGToB3's compileLoopHint().

Modified: trunk/Source/_javascript_Core/runtime/OptionsList.h (271229 => 271230)


--- trunk/Source/_javascript_Core/runtime/OptionsList.h	2021-01-07 08:31:21 UTC (rev 271229)
+++ trunk/Source/_javascript_Core/runtime/OptionsList.h	2021-01-07 09:02:47 UTC (rev 271230)
@@ -546,15 +546,11 @@
     v(enablePolyvariantDevirtualization, usePolyvariantDevirtualization, SameOption) \
     v(enablePolymorphicAccessInlining, usePolymorphicAccessInlining, SameOption) \
     v(enablePolymorphicCallInlining, usePolymorphicCallInlining, SameOption) \
-    v(enableMovHintRemoval, useMovHintRemoval, SameOption) \
     v(enableObjectAllocationSinking, useObjectAllocationSinking, SameOption) \
     v(enableConcurrentJIT, useConcurrentJIT, SameOption) \
     v(enableProfiler, useProfiler, SameOption) \
     v(enableArchitectureSpecificOptimizations, useArchitectureSpecificOptimizations, SameOption) \
-    v(enablePolyvariantCallInlining, usePolyvariantCallInlining, SameOption) \
-    v(enablePolyvariantByIdInlining, usePolyvariantByIdInlining, SameOption) \
     v(objectsAreImmortal, useImmortalObjects, SameOption) \
-    v(showObjectStatistics, dumpObjectStatistics, SameOption) \
     v(disableGC, useGC, InvertedOption) \
     v(enableTypeProfiler, useTypeProfiler, SameOption) \
     v(enableControlFlowProfiler, useControlFlowProfiler, SameOption) \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to