WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
224307
Avoid using 1KB ItemBuffers in display lists for cached glyph buffers
https://bugs.webkit.org/show_bug.cgi?id=224307
Summary
Avoid using 1KB ItemBuffers in display lists for cached glyph buffers
Simon Fraser (smfr)
Reported
2021-04-07 15:09:14 PDT
Cached DisplayLists used in FontCacade use 1KB item buffers that only contain a single DrawGlyphs item, which is very wasteful. We should find a more compact way to store these. Maybe we need different DisplayList storage for in-process vs IPC display lists.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-04-14 15:10:17 PDT
<
rdar://problem/76667795
>
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