Changeset 199398 in webkit


Ignore:
Timestamp:
Apr 12, 2016 5:48:50 PM (8 years ago)
Author:
mark.lam@apple.com
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:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r199397 r199398  
     12016-04-12  Mark Lam  <mark.lam@apple.com>
     2
     3        Remove 2 unused JSC options.
     4        https://bugs.webkit.org/show_bug.cgi?id=156526
     5
     6        Reviewed by Benjamin Poulain.
     7
     8        The options JSC_assertICSizing and JSC_dumpFailedICSizing are no longer in use
     9        now that we have B3.
     10
     11        * runtime/Options.h:
     12
    1132016-04-12  Keith Miller  <keith_miller@apple.com>
    214
  • trunk/Source/JavaScriptCore/runtime/Options.h

    r199382 r199398  
    280280    v(unsigned, reoptimizationRetryCounterMax, 0, nullptr)  \
    281281    \
    282     v(bool, assertICSizing, false, "crash if estimated IC sizes are inadequate")  \
    283     v(bool, dumpFailedICSizing, false, "dumps a log entry if estimated IC sizes are inadequate")  \
    284     \
    285282    v(unsigned, minimumOptimizationDelay, 1, nullptr) \
    286283    v(unsigned, maximumOptimizationDelay, 5, nullptr) \
Note: See TracChangeset for help on using the changeset viewer.