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
Radar WebKit Bug Importer
Comment 1 2023-02-08 20:56:06 PST
Cameron McCormack (:heycam)
Comment 2 2023-02-09 02:22:01 PST
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.