Changeset 37981 in webkit for trunk/JavaScriptCore/ChangeLog


Ignore:
Timestamp:
Oct 29, 2008, 3:27:31 PM (17 years ago)
Author:
[email protected]
Message:

2008-10-29 Sam Weinig <[email protected]>

Reviewed by Cameron Zwarich.

Fix for https://bugs.webkit.org/show_bug.cgi?id=21958
Pack bits in StructureID to reduce the size of each StructureID by 2 words.

  • runtime/PropertyMap.h: (JSC::PropertyMap::propertyMapSize):
  • runtime/StructureID.cpp: (JSC::StructureID::dumpStatistics): Add additional size statistics when dumping. (JSC::StructureID::StructureID):
  • runtime/StructureID.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r37976 r37981  
     12008-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
    1152008-10-29  Kevin Ollivier  <[email protected]>
    216
Note: See TracChangeset for help on using the changeset viewer.