Bug 234121 - consider simplifying SystemFallbackFontCache::m_characterFallbackMaps data structure
Summary: consider simplifying SystemFallbackFontCache::m_characterFallbackMaps data st...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-12-09 20:46 PST by Cameron McCormack (:heycam)
Modified: 2022-04-05 11:59 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron McCormack (:heycam) 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.
Comment 1 Radar WebKit Bug Importer 2022-04-05 11:59:05 PDT
<rdar://problem/91307792>