Changeset 41089 in webkit for trunk/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Feb 19, 2009, 2:51:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.cpp
r40846 r41089 4059 4059 4060 4060 #if USE(CTI_REPATCH_PIC) 4061 UNUSED_PARAM(callFrame);4062 4061 JIT::patchPutByIdReplace(stubInfo, structure, slot.cachedOffset(), returnAddress); 4063 4062 #else … … 4828 4827 JIT::compile(ARG_globalData, codeBlock); 4829 4828 4830 ctiPatch CallByReturnAddress(ARG_returnAddress2, ARG_globalData->interpreter->m_ctiVirtualCallLink);4829 ctiPatchNearCallByReturnAddress(ARG_returnAddress2, ARG_globalData->interpreter->m_ctiVirtualCallLink); 4831 4830 4832 4831 return codeBlock->jitCode().addressForCall();
Note:
See TracChangeset
for help on using the changeset viewer.