Ignore:
Timestamp:
Jul 25, 2013, 1:22:45 PM (12 years ago)
Author:
[email protected]
Message:

Make all jit & non-jit combos build cleanly
https://bugs.webkit.org/show_bug.cgi?id=119102

Reviewed by Anders Carlsson.

  • bytecode/CodeBlock.cpp:

(JSC::CodeBlock::counterValueForOptimizeSoon):

  • bytecode/CodeBlock.h:

(JSC::CodeBlock::optimizeAfterWarmUp):
(JSC::CodeBlock::numberOfDFGCompiles):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp

    r153334 r153341  
    30143014        (1 << reoptimizationRetryCounter()));
    30153015}
    3016 #endif
    30173016
    30183017bool CodeBlock::checkIfOptimizationThresholdReached()
     
    31093108}
    31103109
     3110#endif
     3111   
    31113112static bool structureStubInfoLessThan(const StructureStubInfo& a, const StructureStubInfo& b)
    31123113{
Note: See TracChangeset for help on using the changeset viewer.