Changeset 121511 in webkit for trunk/Source/JavaScriptCore/dfg/DFGOperations.cpp
- Timestamp:
- Jun 28, 2012, 7:40:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGOperations.cpp
r121280 r121511 1251 1251 dataLog("Speculation failure in %p at @%u with executeCounter = %s, " 1252 1252 "reoptimizationRetryCounter = %u, optimizationDelayCounter = %u, " 1253 " success/fail %u/(%u+%u)\n",1253 "osrExitCounter = %u\n", 1254 1254 codeBlock, 1255 1255 debugInfo->nodeIndex, … … 1257 1257 alternative ? alternative->reoptimizationRetryCounter() : 0, 1258 1258 alternative ? alternative->optimizationDelayCounter() : 0, 1259 codeBlock->speculativeSuccessCounter(), 1260 codeBlock->speculativeFailCounter(), 1261 codeBlock->forcedOSRExitCounter()); 1259 codeBlock->osrExitCounter()); 1262 1260 } 1263 1261 #endif
Note:
See TracChangeset
for help on using the changeset viewer.