RESOLVED FIXED293855
Save memory by moving more RenderStyle Vectors to FixedVector
https://bugs.webkit.org/show_bug.cgi?id=293855
Summary Save memory by moving more RenderStyle Vectors to FixedVector
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.