Bug 293855
| Summary: | Save memory by moving more RenderStyle Vectors to FixedVector | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | CSS | Assignee: | Sam Weinig <sam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 18 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Weinig
Values on RenderStyle are, for the most part, immutable. We can replace the use of Vector for a bunch of them with FixedVector to reduce overhead.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/46170
EWS
Committed 295663@main (7a8e21f8b0bd): <https://commits.webkit.org/295663@main>
Reviewed commits have been landed. Closing PR #46170 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/152402441>