Bug 293855

Summary: Save memory by moving more RenderStyle Vectors to FixedVector
Product: WebKit Reporter: Sam Weinig <sam>
Component: CSSAssignee: 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
Reported 2025-05-31 12:31:32 PDT
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
Sam Weinig
Comment 1 2025-05-31 12:33:26 PDT
EWS
Comment 2 2025-06-01 13:38:25 PDT
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
Comment 3 2025-06-01 13:39:13 PDT
Note You need to log in before you can comment on or make changes to this bug.