Bug 21958 - The size of the StructureID can be reduced by efficiently ordering members
Summary: The size of the StructureID can be reduced by efficiently ordering members
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 15:22 PDT by Sam Weinig
Modified: 2008-10-29 15:28 PDT (History)
0 users

See Also:


Attachments
pack (4.66 KB, patch)
2008-10-29 15:23 PDT, Sam Weinig
zwarich: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2008-10-29 15:22:13 PDT
Bit packing can reduce the size of the StructureID.
Comment 1 Sam Weinig 2008-10-29 15:23:37 PDT
Created attachment 24757 [details]
pack
Comment 2 Cameron Zwarich (cpst) 2008-10-29 15:27:07 PDT
Comment on attachment 24757 [details]
pack

r=me
Comment 3 Sam Weinig 2008-10-29 15:28:10 PDT
Fixed in r37981.