[subset/cff1] Micro-optimize

Is ugly but shows speedup.
This commit is contained in:
Behdad Esfahbod 2023-06-05 15:44:50 -06:00
parent 469e82a227
commit 7d9698123c

View file

@ -87,7 +87,7 @@ struct CFFIndex
{
unsigned char *ret = c->allocate_size<unsigned char> (1, false);
if (unlikely (!ret)) return_trace (false);
*ret = *it;
*ret = *it.arrayZ;
continue;
}
it.copy (c);