Changeset 46620 in webkit for trunk/JavaScriptCore/jit/JIT.cpp
- Timestamp:
- Jul 30, 2009, 7:57:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JIT.cpp
r46618 r46620 578 578 // (and, if a new JSFunction happened to be constructed at the same location, we could get a false positive 579 579 // match). Reset the check so it no longer matches. 580 RepatchBuffer repatchBuffer(callLinkInfo->ownerCodeBlock .get());580 RepatchBuffer repatchBuffer(callLinkInfo->ownerCodeBlock); 581 581 #if USE(JSVALUE32_64) 582 582 repatchBuffer.repatch(callLinkInfo->hotPathBegin, 0);
Note:
See TracChangeset
for help on using the changeset viewer.