[HarfBuzz] harfbuzz-ng: Branch 'master'

2012-06-09 Thread Behdad Esfahbod
util/shape-consumer.hh |2 -- 1 file changed, 2 deletions(-) New commits: commit 6a5661f1e69c937083e8d976cb12429b99180d54 Author: Behdad Esfahbod beh...@behdad.org Date: Sat Jun 9 03:26:16 2012 -0400 Ugh diff --git a/util/shape-consumer.hh b/util/shape-consumer.hh index

[HarfBuzz] [PATCH] Enhancements for gobject introspection

2012-06-09 Thread أحمد المحمودي
From: أحمد المحم�?= =?UTF-8?q?�دي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org * Check for HB_GOBJECT_COMPILATION before failing on private headers * Use introspection autoconf/make stuff. --- configure.ac|2 ++ src/Makefile.am | 24 ++-- src/hb-blob.h |

[HarfBuzz] On optimizing HarfBuzz

2012-06-09 Thread Behdad Esfahbod
Hi, I happened to look into optimization opportunities in HarfBuzz and these are my findings: For very short strings, preparing the shape plan seems to take a significant portion of the shape() call, so transparently caching the plan as Jonathan and I agreed we should do, would address that. On