Ignore:
Timestamp:
Dec 3, 2014, 3:34:18 AM (11 years ago)
Author:
Csaba Osztrogonác
Message:

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

Patch by Zsolt Borbely <[email protected]> on 2014-12-03
Reviewed by Csaba Osztrogonác.

Source/JavaScriptCore:

  • runtime/Options.h:

Tools:

  • Scripts/run-jsc-stress-tests:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/Options.h

    r176446 r176716  
    151151    \
    152152    v(bool, useFTLJIT, true) \
    153     v(bool, enableExperimentalFTLCoverage, false) \
    154153    v(bool, useFTLTBAA, true) \
    155154    v(bool, enableLLVMFastISel, false) \
     
    207206    v(unsigned, maximumInliningDepth, 5) \
    208207    v(unsigned, maximumInliningRecursion, 2) \
    209     v(unsigned, maximumInliningDepthForMustInline, 7) \
    210     v(unsigned, maximumInliningRecursionForMustInline, 3) \
    211208    \
    212209    v(unsigned, maximumLLVMInstructionCountForNativeInlining, 80) \
     
    251248    \
    252249    v(unsigned, reoptimizationRetryCounterMax, 0)  \
    253     v(unsigned, reoptimizationRetryCounterStep, 1) \
    254250    \
    255251    v(unsigned, minimumOptimizationDelay, 1) \
Note: See TracChangeset for help on using the changeset viewer.