Changeset 207491 in webkit for trunk/Source/JavaScriptCore/dfg/DFGPlan.cpp
- Timestamp:
- Oct 18, 2016, 2:28:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGPlan.cpp
r206555 r207491 184 184 CompilationScope compilationScope; 185 185 186 if (logCompilationChanges(mode) )186 if (logCompilationChanges(mode) || Options::reportDFGPhaseTimes()) 187 187 dataLog("DFG(Plan) compiling ", *codeBlock, " with ", mode, ", number of instructions = ", codeBlock->instructionCount(), "\n"); 188 188
Note:
See TracChangeset
for help on using the changeset viewer.