Changeset 218552 in webkit for trunk/Source/JavaScriptCore/jit/Repatch.cpp
- Timestamp:
- Jun 20, 2017, 12:15:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/Repatch.cpp
r216173 r218552 556 556 { 557 557 SuperSamplerScope superSamplerScope(false); 558 GCSafeConcurrentJSLocker locker(exec->codeBlock()->m_lock, exec->vm().heap); 558 559 if (tryRepatchIn(exec, base, ident, wasFound, slot, stubInfo) == GiveUpOnCache) 559 560 ftlThunkAwareRepatchCall(exec->codeBlock(), stubInfo.slowPathCallLocation(), operationIn);
Note:
See TracChangeset
for help on using the changeset viewer.