]> git.wh0rd.org - fontconfig.git/commit
Eliminate relocations for glyph name table.
authorKeith Packard <keithp@koto.keithp.com>
Thu, 18 Oct 2007 16:43:22 +0000 (09:43 -0700)
committerKeith Packard <keithp@koto.keithp.com>
Thu, 18 Oct 2007 16:43:22 +0000 (09:43 -0700)
commit96925b99c0551c4ed6bf7099473d0d36964f52cd
treeb4ce254f6e1e25b61e865c0fd8b9c64f867471d3
parentbc5e8adb4d05d1d03007951f46aaacc63c3b2197
Eliminate relocations for glyph name table.

Glyph names (now used only for dingbats) were using many relocations,
causing startup latency plus per-process memory usage. Replace pointers with
table indices, shrinking table size and elimninating relocations.
fc-glyphname/fc-glyphname.c
src/fcfreetype.c