Ignore:
Timestamp:
Mar 10, 2014, 3:09:07 PM (11 years ago)
Author:
[email protected]
Message:

Unreviewed, remove unintended change.

  • dfg/DFGDriver.cpp:

(JSC::DFG::compileImpl):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp

    r165401 r165405  
    7272        dataLog("DFG(Driver) compiling ", *codeBlock, " with ", mode, ", number of instructions = ", codeBlock->instructionCount(), "\n");
    7373   
    74     if (codeBlock->alternative()->reoptimizationRetryCounter() >= 2)
    75         return CompilationFailed;
    76    
    7774    // Make sure that any stubs that the DFG is going to use are initialized. We want to
    7875    // make sure that all JIT code generation does finalization on the main thread.
Note: See TracChangeset for help on using the changeset viewer.