WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
293855
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
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2025-05-31 12:33:26 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/46170
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
<
rdar://problem/152402441
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug