Changeset 227609 in webkit for trunk/Source/JavaScriptCore/heap/Heap.cpp
- Timestamp:
- Jan 25, 2018, 9:21:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.cpp
r227592 r227609 69 69 #include "SweepingScope.h" 70 70 #include "SynchronousStopTheWorldMutatorScheduler.h" 71 #include "ThreadLocalCacheLayout.h"72 71 #include "TypeProfiler.h" 73 72 #include "TypeProfilerLog.h" … … 314 313 , m_threadLock(Box<Lock>::create()) 315 314 , m_threadCondition(AutomaticThreadCondition::create()) 316 , m_threadLocalCacheLayout(std::make_unique<ThreadLocalCacheLayout>())317 315 { 318 316 m_worldState.store(0); … … 449 447 450 448 m_arrayBuffers.lastChanceToFinalize(); 451 m_objectSpace.stopAllocating ForGood();449 m_objectSpace.stopAllocating(); 452 450 m_objectSpace.lastChanceToFinalize(); 453 451 releaseDelayedReleasedObjects();
Note:
See TracChangeset
for help on using the changeset viewer.