Changeset 165405 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
- Timestamp:
- Mar 10, 2014, 3:09:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
r165401 r165405 72 72 dataLog("DFG(Driver) compiling ", *codeBlock, " with ", mode, ", number of instructions = ", codeBlock->instructionCount(), "\n"); 73 73 74 if (codeBlock->alternative()->reoptimizationRetryCounter() >= 2)75 return CompilationFailed;76 77 74 // Make sure that any stubs that the DFG is going to use are initialized. We want to 78 75 // make sure that all JIT code generation does finalization on the main thread.
Note:
See TracChangeset
for help on using the changeset viewer.