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
Radar WebKit Bug Importer
Comment 1 2021-04-14 15:10:17 PDT
Note You need to log in before you can comment on or make changes to this bug.