Changeset 183161 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
- Timestamp:
- Apr 22, 2015, 7:29:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
r180956 r183161 102 102 new Plan(codeBlock, profiledDFGCodeBlock, mode, osrEntryBytecodeIndex, mustHandleValues)); 103 103 104 plan->callback = callback; 104 105 if (Options::enableConcurrentJIT()) { 105 106 Worklist* worklist = ensureGlobalWorklistFor(mode); 106 plan->callback = callback;107 107 if (logCompilationChanges(mode)) 108 108 dataLog("Deferring DFG compilation of ", *codeBlock, " with queue length ", worklist->queueLength(), ".\n");
Note:
See TracChangeset
for help on using the changeset viewer.