Changeset 163027 in webkit for trunk/Source/JavaScriptCore/dfg/DFGJITCode.cpp
- Timestamp:
- Jan 29, 2014, 11:18:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGJITCode.cpp
r156677 r163027 157 157 case CompilationSuccessful: 158 158 optimizeNextInvocation(codeBlock); 159 codeBlock->baselineVersion()->m_hasBeenCompiledWithFTL = true; 159 160 return; 160 161 case CompilationFailed:
Note:
See TracChangeset
for help on using the changeset viewer.