NEW234121
consider simplifying SystemFallbackFontCache::m_characterFallbackMaps data structure
https://bugs.webkit.org/show_bug.cgi?id=234121
Summary consider simplifying SystemFallbackFontCache::m_characterFallbackMaps data st...
Cameron McCormack (:heycam)
Reported 2021-12-09 20:46:05 PST
SystemFallbackFontCache::m_characterFallbackMaps is a HashMap<Font*, HashMap<CharacterFallbackMapKey, Font*>, where CharacterFallbackMapKey holds a locale string, a UChar32 character, and a bool. We can probably find a better way to represent this.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-04-05 11:59:05 PDT
Note You need to log in before you can comment on or make changes to this bug.