WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
Tuesday, January 9, 2024 4:56:47 AM UTC
<
rdar://problem/120688639
>
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
Pull request:
https://github.com/WebKit/WebKit/pull/22531
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.
Top of Page
Format For Printing
XML
Clone This Bug