Changeset 164558 in webkit for trunk/Source/JavaScriptCore/dfg/DFGCapabilities.h
- Timestamp:
- Feb 23, 2014, 10:48:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGCapabilities.h
r164424 r164558 145 145 } 146 146 147 inline bool isSmallEnoughToInlineCodeInto(CodeBlock* codeBlock) 148 { 149 return codeBlock->instructionCount() <= Options::maximumInliningCallerSize(); 150 } 151 147 152 } } // namespace JSC::DFG 148 153
Note:
See TracChangeset
for help on using the changeset viewer.