Changeset 240257 in webkit


Ignore:
Timestamp:
Jan 22, 2019 10:33:18 AM (5 years ago)
Author:
Tadeu Zagallo
Message:

Unreviewed, restore bytecode cache-related JSC options deleted in r240254
https://bugs.webkit.org/show_bug.cgi?id=192782

The JSC options were committed as part of r240210, which got rolled out in
r240224. However, the options got re-landed in r240248 and then deleted
again in 240254 (immediately before the caching code code landed in 240255)

  • runtime/Options.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r240255 r240257  
     12019-01-22  Tadeu Zagallo  <tzagallo@apple.com>
     2
     3        Unreviewed, restore bytecode cache-related JSC options deleted in r240254
     4        https://bugs.webkit.org/show_bug.cgi?id=192782
     5
     6        The JSC options were committed as part of r240210, which got rolled out in
     7        r240224. However, the options got re-landed in r240248  and then deleted
     8        again in 240254 (immediately before the caching code code landed in 240255)
     9
     10        * runtime/Options.h:
     11
    1122019-01-22  Tadeu Zagallo  <tzagallo@apple.com>
    213
  • trunk/Source/JavaScriptCore/runtime/Options.h

    r240254 r240257  
    510510    v(bool, traceBaselineJITExecution, false, Normal, nullptr) \
    511511    v(unsigned, thresholdForGlobalLexicalBindingEpoch, UINT_MAX, Normal, "Threshold for global lexical binding epoch. If the epoch reaches to this value, CodeBlock metadata for scope operations will be revised globally. It needs to be greater than 1.") \
     512    v(optionString, diskCachePath, nullptr, Restricted, nullptr) \
     513    v(bool, forceDiskCache, false, Restricted, nullptr) \
    512514
    513515
Note: See TracChangeset for help on using the changeset viewer.