WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
251972
StyleRareNonInheritedData is instantiated too frequently
https://bugs.webkit.org/show_bug.cgi?id=251972
Summary
StyleRareNonInheritedData is instantiated too frequently
Cameron McCormack (:heycam)
Reported
2023-02-08 20:55:33 PST
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
Comment 1
2023-02-08 20:56:06 PST
<
rdar://problem/105205500
>
Cameron McCormack (:heycam)
Comment 2
2023-02-09 02:22:01 PST
Pull request:
https://github.com/WebKit/WebKit/pull/9861
EWS
Comment 3
2023-02-14 13:26:49 PST
Committed
260272@main
(e6817c199573): <
https://commits.webkit.org/260272@main
> Reviewed commits have been landed. Closing PR #9861 and removing active labels.
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