Changeset 129713 in webkit for trunk/Source/JavaScriptCore/dfg
- Timestamp:
- Sep 26, 2012, 5:04:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
r129588 r129713 2776 2776 // support simmer for a while before making it more general, since it's 2777 2777 // already gnarly enough as it is. 2778 ASSERT(pointerIsFunction(currentInstruction[2].u.specialPointer)); 2778 2779 addToGraph( 2779 CheckFunction, OpInfo(currentInstruction[2].u.jsCell.get()), 2780 CheckFunction, 2781 OpInfo(actualPointerFor(m_inlineStackTop->m_codeBlock, currentInstruction[2].u.specialPointer)), 2780 2782 get(currentInstruction[1].u.operand)); 2781 2783 addToGraph(Jump, OpInfo(m_currentIndex + OPCODE_LENGTH(op_jneq_ptr)));
Note:
See TracChangeset
for help on using the changeset viewer.