Changeset 255994 in webkit for trunk/Source/JavaScriptCore/dfg/DFGJITFinalizer.cpp
- Timestamp:
- Feb 6, 2020, 5:32:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGJITFinalizer.cpp
r255987 r255994 84 84 CodeBlock* codeBlock = m_plan.codeBlock(); 85 85 86 // Some JIT finalizers may have added more constants. Shrink-to-fit those things now. 87 { 88 ConcurrentJSLocker locker(codeBlock->m_lock); 89 codeBlock->constants().shrinkToFit(); 90 codeBlock->constantsSourceCodeRepresentation().shrinkToFit(); 91 } 92 86 93 #if ENABLE(FTL_JIT) 87 94 m_jitCode->optimizeAfterWarmUp(codeBlock);
Note:
See TracChangeset
for help on using the changeset viewer.