Changeset 171627 in webkit for trunk/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
- Timestamp:
- Jul 25, 2014, 3:57:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
r171613 r171627 1045 1045 m_graph.compilation()->noticeInlinedCall(); 1046 1046 return; 1047 } else if (isFTL(m_graph.m_plan.mode) ) {1047 } else if (isFTL(m_graph.m_plan.mode) && Options::optimizeNativeCalls()) { 1048 1048 JSFunction* function = callLinkStatus.function(); 1049 1049 if (function && function->isHostFunction()) {
Note:
See TracChangeset
for help on using the changeset viewer.