Changeset 122182 in webkit for trunk/Source/JavaScriptCore/dfg/DFGOSRExit.cpp
- Timestamp:
- Jul 9, 2012, 6:50:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGOSRExit.cpp
r121798 r122182 53 53 bool OSRExit::considerAddingAsFrequentExitSiteSlow(CodeBlock* dfgCodeBlock, CodeBlock* profiledCodeBlock) 54 54 { 55 if (static_cast<double>(m_count) / dfgCodeBlock-> osrExitCounter() <= Options::osrExitProminenceForFrequentExitSite())55 if (static_cast<double>(m_count) / dfgCodeBlock->speculativeFailCounter() <= Options::osrExitProminenceForFrequentExitSite()) 56 56 return false; 57 57
Note:
See TracChangeset
for help on using the changeset viewer.