Bug 58248 - Architecture-agnostic cache format
Summary: Architecture-agnostic cache format
Status: RESOLVED NOTABUG
Alias: None
Product: fontconfig
Classification: Unclassified
Component: library (show other bugs)
Version: 2.9
Hardware: All All
: medium enhancement
Assignee: fontconfig-bugs
QA Contact: Behdad Esfahbod
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-13 15:50 UTC by Ross Burton
Modified: 2012-12-13 17:17 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Ross Burton 2012-12-13 15:50:25 UTC
Does the cache really need to be architecture-specific?  Surely the bulk of it is strings so only numbers need to be wrapped in fixed-size/fixed-endian functions.
Comment 1 Behdad Esfahbod 2012-12-13 17:17:12 UTC
Ross, that's true, however, we mmap the cache and return pointers to data within it to the user, in type of structs that are public and part of fontconfig API.  So, it's impossible to change the format without changing the API.  And that would be fontconfig3.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.