Changeset 121372 in webkit for trunk/Source/JavaScriptCore


Ignore:
Timestamp:
Jun 27, 2012, 2:25:23 PM (13 years ago)
Author:
[email protected]
Message:

Add a comment clarifying Options::showDisassembly versus Options::showDFGDisassembly.

Rubber stamped by Mark Hahnenberg.

  • runtime/Options.cpp:

(JSC::Options::initializeOptions):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r121359 r121372  
     12012-06-27  Filip Pizlo  <[email protected]>
     2
     3        Add a comment clarifying Options::showDisassembly versus Options::showDFGDisassembly.
     4
     5        Rubber stamped by Mark Hahnenberg.
     6
     7        * runtime/Options.cpp:
     8        (JSC::Options::initializeOptions):
     9
    1102012-06-27  Anthony Scian  <[email protected]>
    211
  • trunk/Source/JavaScriptCore/runtime/Options.cpp

    r121218 r121372  
    173173   
    174174    SET(showDisassembly, false);
    175     SET(showDFGDisassembly, false);
     175    SET(showDFGDisassembly, false); // DFG disassembly is shown if showDisassembly || showDFGDisassembly
    176176   
    177177    SET(maximumOptimizationCandidateInstructionCount, 10000);
Note: See TracChangeset for help on using the changeset viewer.