Revert "[subset/glyf] Exact allocation"

This reverts commit a830f085c8.

Weirdly enough in a benchmark I'm running I see this show
some slowdown. Makes zero sense.
This commit is contained in:
Behdad Esfahbod 2023-06-01 20:43:07 -06:00
parent a830f085c8
commit b04ca1c188

View file

@ -432,7 +432,7 @@ glyf::_populate_subset_glyphs (const hb_subset_plan_t *plan,
{
OT::glyf_accelerator_t glyf (plan->source);
unsigned num_glyphs = plan->num_output_glyphs ();
if (!glyphs.resize (num_glyphs, true, true)) return false;
if (!glyphs.resize (num_glyphs)) return false;
for (auto p : plan->glyph_map->iter ())
{