Bug 251972
| Summary: | StyleRareNonInheritedData is instantiated too frequently | ||
|---|---|---|---|
| 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)
StyleRareNonInheritedData is pretty big (672 bytes currently), and it is frequently instantiated due to containing some properties that aren't that rare. We can save some memory by shuffling properties around to different objects.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105205500>
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/9861
EWS
Committed 260272@main (e6817c199573): <https://commits.webkit.org/260272@main>
Reviewed commits have been landed. Closing PR #9861 and removing active labels.