Title: [199398] trunk/Source/_javascript_Core
Revision
199398
Author
[email protected]
Date
2016-04-12 17:48:50 -0700 (Tue, 12 Apr 2016)

Log Message

Remove 2 unused JSC options.
https://bugs.webkit.org/show_bug.cgi?id=156526

Reviewed by Benjamin Poulain.

The options JSC_assertICSizing and JSC_dumpFailedICSizing are no longer in use
now that we have B3.

* runtime/Options.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (199397 => 199398)


--- trunk/Source/_javascript_Core/ChangeLog	2016-04-13 00:37:52 UTC (rev 199397)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-04-13 00:48:50 UTC (rev 199398)
@@ -1,3 +1,15 @@
+2016-04-12  Mark Lam  <[email protected]>
+
+        Remove 2 unused JSC options.
+        https://bugs.webkit.org/show_bug.cgi?id=156526
+
+        Reviewed by Benjamin Poulain.
+
+        The options JSC_assertICSizing and JSC_dumpFailedICSizing are no longer in use
+        now that we have B3.
+
+        * runtime/Options.h:
+
 2016-04-12  Keith Miller  <[email protected]>
 
         [ES6] Add support for Symbol.isConcatSpreadable.

Modified: trunk/Source/_javascript_Core/runtime/Options.h (199397 => 199398)


--- trunk/Source/_javascript_Core/runtime/Options.h	2016-04-13 00:37:52 UTC (rev 199397)
+++ trunk/Source/_javascript_Core/runtime/Options.h	2016-04-13 00:48:50 UTC (rev 199398)
@@ -279,9 +279,6 @@
     \
     v(unsigned, reoptimizationRetryCounterMax, 0, nullptr)  \
     \
-    v(bool, assertICSizing, false, "crash if estimated IC sizes are inadequate")  \
-    v(bool, dumpFailedICSizing, false, "dumps a log entry if estimated IC sizes are inadequate")  \
-    \
     v(unsigned, minimumOptimizationDelay, 1, nullptr) \
     v(unsigned, maximumOptimizationDelay, 5, nullptr) \
     v(double, desiredProfileLivenessRate, 0.75, nullptr) \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to