Changeset 27637 in webkit for trunk/JavaScriptCore/kjs/property_map.cpp
- Timestamp:
- Nov 8, 2007, 9:57:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/property_map.cpp
r27634 r27637 55 55 // The point at which the function call overhead of the qsort implementation 56 56 // becomes small compared to the inefficiency of insertion sort. 57 static const inttinyMapThreshold = 20;57 static const unsigned tinyMapThreshold = 20; 58 58 59 59 #if DUMP_PROPERTYMAP_STATS
Note:
See TracChangeset
for help on using the changeset viewer.