From 7ebc92f2e07338915e174617208d90e0204bade8 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Thu, 21 Jul 2022 23:12:15 +0000 Subject: [PATCH] [repacker] todo. --- src/hb-repacker.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-repacker.hh b/src/hb-repacker.hh index 7e5b86b03..462ecf309 100644 --- a/src/hb-repacker.hh +++ b/src/hb-repacker.hh @@ -68,6 +68,8 @@ bool _promote_extensions_if_needed (graph::make_extension_context_t& ext_context // 4. Promote the rest. // TODO(garretrieger): support extension demotion, then consider all lookups. Requires advanced algo. + // TODO(garretrieger): also support extension promotion during iterative resolution phase, then + // we can use a less conservative threshold here. hb_vector_t> lookup_sizes; lookup_sizes.alloc (ext_context.lookups.get_population ());