Changeset 128705 in webkit for trunk/Source/JavaScriptCore/runtime/JSObject.cpp
- Timestamp:
- Sep 15, 2012, 11:20:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSObject.cpp
r128680 r128705 50 50 // We keep track of the size of the last array after it was grown. We use this 51 51 // as a simple heuristic for as the value to grow the next array from size 0. 52 // This value is capped by the constant FIRST_VECTOR_GROW defined above. 52 // This value is capped by the constant FIRST_VECTOR_GROW defined in 53 // ArrayConventions.h. 53 54 static unsigned lastArraySize = 0; 54 55
Note:
See TracChangeset
for help on using the changeset viewer.