Changeset 215482 in webkit for trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
- Timestamp:
- Apr 18, 2017, 3:34:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
r215476 r215482 11810 11810 LBasicBlock lastNext = m_out.appendTo(slowPath, continuation); 11811 11811 ValueFromBlock slowResult = m_out.anchor( 11812 m_out.call(Int32, m_out.operation(operationToInt32 SensibleSlow), doubleValue));11812 m_out.call(Int32, m_out.operation(operationToInt32), doubleValue)); 11813 11813 m_out.jump(continuation); 11814 11814
Note:
See TracChangeset
for help on using the changeset viewer.