Changeset 153341 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Jul 25, 2013, 1:22:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r153334 r153341 3014 3014 (1 << reoptimizationRetryCounter())); 3015 3015 } 3016 #endif3017 3016 3018 3017 bool CodeBlock::checkIfOptimizationThresholdReached() … … 3109 3108 } 3110 3109 3110 #endif 3111 3111 3112 static bool structureStubInfoLessThan(const StructureStubInfo& a, const StructureStubInfo& b) 3112 3113 {
Note:
See TracChangeset
for help on using the changeset viewer.