diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2009-02-02 00:13:07 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2009-02-02 00:13:07 +0000 |
commit | ac71657dc57952d37f86a59fd244f72a1bd32b14 (patch) | |
tree | afbaab542e3072cecf7eca7698999d7106942a55 /ChangeLog | |
parent | 444a53fb2607c6bd59c644f080843fc0ead5555a (diff) | |
download | pango-ac71657dc57952d37f86a59fd244f72a1bd32b14.tar.gz |
Allocate all array rows in a single ALLOC call. Saves over 100 alloc calls
2009-01-31 Behdad Esfahbod <behdad@gnome.org>
* pango/opentype/harfbuzz-gpos.c (Load_Mark2Array),
(Free_Mark2Array):
Allocate all array rows in a single ALLOC call. Saves over 100
alloc calls when loading DejaVu Sans,
svn path=/trunk/; revision=2824
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2009-01-31 Behdad Esfahbod <behdad@gnome.org> + * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array), + (Free_Mark2Array): + Allocate all array rows in a single ALLOC call. Saves over 100 + alloc calls when loading DejaVu Sans, + +2009-01-31 Behdad Esfahbod <behdad@gnome.org> + * pango/pangofc-fontmap.c (pango_fc_face_describe), (pango_fc_face_list_sizes), (pango_fc_family_list_faces): It's not a programming error if face->family is NULL or |