Changeset 97203 in webkit for trunk/Source/JavaScriptCore/heap/MarkStack.cpp
- Timestamp:
- Oct 11, 2011, 5:24:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/MarkStack.cpp
r96372 r97203 39 39 void MarkStack::reset() 40 40 { 41 m_visitCount = 0; 41 42 m_values.shrinkAllocation(pageSize()); 42 43 m_markSets.shrinkAllocation(pageSize());
Note:
See TracChangeset
for help on using the changeset viewer.