Changeset 37981 in webkit for trunk/JavaScriptCore/ChangeLog
- Timestamp:
- Oct 29, 2008, 3:27:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r37976 r37981 1 2008-10-29 Sam Weinig <[email protected]> 2 3 Reviewed by Cameron Zwarich. 4 5 Fix for https://bugs.webkit.org/show_bug.cgi?id=21958 6 Pack bits in StructureID to reduce the size of each StructureID by 2 words. 7 8 * runtime/PropertyMap.h: 9 (JSC::PropertyMap::propertyMapSize): 10 * runtime/StructureID.cpp: 11 (JSC::StructureID::dumpStatistics): Add additional size statistics when dumping. 12 (JSC::StructureID::StructureID): 13 * runtime/StructureID.h: 14 1 15 2008-10-29 Kevin Ollivier <[email protected]> 2 16
Note:
See TracChangeset
for help on using the changeset viewer.