Changeset 200796 in webkit


Ignore:
Timestamp:
May 12, 2016 3:55:39 PM (8 years ago)
Author:
mark.lam@apple.com
Message:

Baseline and DFG's JSC_report...CompileTimes needs CodeBlock hashes.
https://bugs.webkit.org/show_bug.cgi?id=157643

Reviewed by Keith Miller.

  • runtime/Options.cpp:

(JSC::recomputeDependentOptions):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r200747 r200796  
     12016-05-12  Mark Lam  <mark.lam@apple.com>
     2
     3        Baseline and DFG's JSC_report...CompileTimes needs CodeBlock hashes.
     4        https://bugs.webkit.org/show_bug.cgi?id=157643
     5
     6        Reviewed by Keith Miller.
     7
     8        * runtime/Options.cpp:
     9        (JSC::recomputeDependentOptions):
     10
    1112016-05-12  Csaba Osztrogonác  <ossy@webkit.org>
    212
  • trunk/Source/JavaScriptCore/runtime/Options.cpp

    r200496 r200796  
    329329        || Options::verboseCompilationQueue()
    330330        || Options::reportCompileTimes()
     331        || Options::reportBaselineCompileTimes()
     332        || Options::reportDFGCompileTimes()
    331333        || Options::reportFTLCompileTimes()
    332334        || Options::verboseCFA()
Note: See TracChangeset for help on using the changeset viewer.