Changeset 173213 in webkit for trunk/Source/JavaScriptCore/ftl/FTLCompile.cpp
- Timestamp:
- Sep 3, 2014, 11:50:23 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLCompile.cpp
r172867 r173213 214 214 fastPath.link(jump, slowPathBeginLoc); 215 215 216 CodeLocationCall callReturnLocation = fastPath.locationOf(call);216 CodeLocationCall callReturnLocation = slowPath.locationOf(call); 217 217 218 218 stubInfo.patch.deltaCallToDone = MacroAssembler::differenceBetweenCodePtr(
Note:
See TracChangeset
for help on using the changeset viewer.