Changeset 172149 in webkit for trunk/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
- Timestamp:
- Aug 6, 2014, 8:44:57 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
r172129 r172149 1068 1068 m_graph.compilation()->noticeInlinedCall(); 1069 1069 return; 1070 #if ENABLE(FTL_NATIVE_CALL_INLINING) 1070 1071 } else if (isFTL(m_graph.m_plan.mode) && Options::optimizeNativeCalls()) { 1071 1072 JSFunction* function = callLinkStatus.function(); … … 1081 1082 } 1082 1083 } 1084 #endif 1083 1085 } 1084 1086 Node* call = addCall(result, op, callTarget, argumentCountIncludingThis, registerOffset, prediction);
Note:
See TracChangeset
for help on using the changeset viewer.