Changeset 121372 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Jun 27, 2012, 2:25:23 PM (13 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r121359 r121372 1 2012-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 1 10 2012-06-27 Anthony Scian <[email protected]> 2 11 -
trunk/Source/JavaScriptCore/runtime/Options.cpp
r121218 r121372 173 173 174 174 SET(showDisassembly, false); 175 SET(showDFGDisassembly, false); 175 SET(showDFGDisassembly, false); // DFG disassembly is shown if showDisassembly || showDFGDisassembly 176 176 177 177 SET(maximumOptimizationCandidateInstructionCount, 10000);
Note:
See TracChangeset
for help on using the changeset viewer.