Bug 251744
Summary: | shrink StyleRule | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
Component: | CSS | Assignee: | Cameron McCormack (:heycam) <heycam> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Cameron McCormack (:heycam)
StyleRules are currently 64 bytes. We can gain 8 bytes by moving its bool fields to pack with the base class, and another 16 bytes by moving the CSS Nesting related fields off to a rare data object.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105046580>
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/9580
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/9650
EWS
Committed 259875@main (aea4f3f29a7c): <https://commits.webkit.org/259875@main>
Reviewed commits have been landed. Closing PR #9650 and removing active labels.