Bug 140109

Summary: Pack WebCore::RuleData better.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: REOPENED ---    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 140159    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description Andreas Kling 2015-01-05 18:05:45 PST
We can save some memory by packing the members of RuleData better.
Comment 1 Andreas Kling 2015-01-05 18:06:25 PST
Created attachment 244026 [details]
Patch
Comment 2 Benjamin Poulain 2015-01-05 18:09:12 PST
Comment on attachment 244026 [details]
Patch

It would be good to have a static_assert checking RuleData does not grow.
Comment 3 WebKit Commit Bot 2015-01-06 13:20:40 PST
Comment on attachment 244026 [details]
Patch

Clearing flags on attachment: 244026

Committed r177988: <http://trac.webkit.org/changeset/177988>
Comment 4 WebKit Commit Bot 2015-01-06 13:20:45 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 WebKit Commit Bot 2015-01-06 17:39:11 PST
Re-opened since this is blocked by bug 140159