RESOLVED FIXED 267252
Introduce StyleFontData to store the FontCascade object
https://bugs.webkit.org/show_bug.cgi?id=267252
Summary Introduce StyleFontData to store the FontCascade object
Simon Fraser (smfr)
Reported Tuesday, January 9, 2024 4:56:30 AM UTC
FontCascade is big (322 bytes) and makes StyleInheritedData large; it's also relatively slow to copy and compare. We can make RenderStyle comparisons faster by moving the FontCascade object into a class we can use with DataRef, so introduce StyleFontData for this purpose.
Attachments
Radar WebKit Bug Importer
Comment 1 Tuesday, January 9, 2024 4:56:47 AM UTC
Simon Fraser (smfr)
Comment 2 Tuesday, January 9, 2024 5:04:40 AM UTC
^232 not 322
Simon Fraser (smfr)
Comment 3 Tuesday, January 9, 2024 5:14:21 AM UTC
EWS
Comment 4 Wednesday, December 11, 2024 3:26:22 AM UTC
Committed 287648@main (035afb793279): <https://commits.webkit.org/287648@main> Reviewed commits have been landed. Closing PR #22531 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.