Changeset 53391 in webkit for trunk/JavaScriptCore/jit/JIT.cpp
- Timestamp:
- Jan 17, 2010, 11:28:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JIT.cpp
r52920 r53391 583 583 // (and, if a new JSFunction happened to be constructed at the same location, we could get a false positive 584 584 // match). Reset the check so it no longer matches. 585 RepatchBuffer repatchBuffer(callLinkInfo->ownerCodeBlock .get());585 RepatchBuffer repatchBuffer(callLinkInfo->ownerCodeBlock); 586 586 #if USE(JSVALUE32_64) 587 587 repatchBuffer.repatch(callLinkInfo->hotPathBegin, 0);
Note:
See TracChangeset
for help on using the changeset viewer.