summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2009-02-02 00:13:07 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2009-02-02 00:13:07 +0000
commitac71657dc57952d37f86a59fd244f72a1bd32b14 (patch)
treeafbaab542e3072cecf7eca7698999d7106942a55 /ChangeLog
parent444a53fb2607c6bd59c644f080843fc0ead5555a (diff)
downloadpango-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db1d522f..8c3c1672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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