Changeset 255994 in webkit for trunk/Source/JavaScriptCore/jit/JIT.cpp
- Timestamp:
- Feb 6, 2020, 5:32:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.cpp
r255987 r255994 944 944 static_cast<double>(m_codeBlock->instructionsSize())); 945 945 946 { 947 ConcurrentJSLocker locker(m_codeBlock->m_lock); 948 m_codeBlock->shrinkToFit(locker, CodeBlock::ShrinkMode::LateShrink); 949 } 946 m_codeBlock->shrinkToFit(CodeBlock::LateShrink); 950 947 m_codeBlock->setJITCode( 951 948 adoptRef(*new DirectJITCode(result, withArityCheck, JITType::BaselineJIT)));
Note:
See TracChangeset
for help on using the changeset viewer.