summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2009-01-29 09:19:20 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2009-01-29 09:19:20 +0000
commitbbf310133a92f157899a2e00adecf5adee63b7ee (patch)
tree06730d1785fc01dfcc33f1bbf7cc3ea0e4bca9fc /ChangeLog
parente1f0b385a8f62694b5dbbe856808b5aa10d384b3 (diff)
downloadpango-bbf310133a92f157899a2e00adecf5adee63b7ee.tar.gz
Allocate all array rows in a single ALLOC call. Saves over 2000 alloc
2009-01-29 Behdad Esfahbod <behdad@gnome.org> * pango/opentype/harfbuzz-gpos.c (Load_BaseArray), (Free_BaseArray): Allocate all array rows in a single ALLOC call. Saves over 2000 alloc calls when loading DejaVu Sans! svn path=/trunk/; revision=2815
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5103f66..65ac058e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-29 Behdad Esfahbod <behdad@gnome.org>
+
+ * pango/opentype/harfbuzz-gpos.c (Load_BaseArray), (Free_BaseArray):
+ Allocate all array rows in a single ALLOC call. Saves over 2000
+ alloc calls when loading DejaVu Sans!
+
2009-01-28 Behdad Esfahbod <behdad@gnome.org>
Bug 560792 – Make PangoLayoutLine with line->layout==NULL renderable