Changeset 256015 in webkit for trunk/Source/JavaScriptCore/dfg/DFGJITFinalizer.cpp
- Timestamp:
- Feb 7, 2020, 2:06:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGJITFinalizer.cpp
r255994 r256015 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 93 86 #if ENABLE(FTL_JIT) 94 87 m_jitCode->optimizeAfterWarmUp(codeBlock);
Note:
See TracChangeset
for help on using the changeset viewer.