Changeset 223155 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Oct 10, 2017, 4:14:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r222871 r223155 2321 2321 } 2322 2322 2323 #if ENABLE(DFG_JIT) 2323 2324 auto CodeBlock::updateOSRExitCounterAndCheckIfNeedToReoptimize(DFG::OSRExitState& exitState) -> OptimizeAction 2324 2325 { … … 2367 2368 return OptimizeAction::None; 2368 2369 } 2370 #endif 2369 2371 2370 2372 void CodeBlock::optimizeNextInvocation()
Note:
See TracChangeset
for help on using the changeset viewer.