[hmtx] Add TODO
This commit is contained in:
parent
639f45ef9e
commit
0e4bcf908c
|
@ -176,6 +176,7 @@ struct hmtxvmtx
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
// TODO: This does not do tail optimization.
|
||||||
UFWORD *adv = c->allocate_size<UFWORD> (UFWORD::static_size);
|
UFWORD *adv = c->allocate_size<UFWORD> (UFWORD::static_size);
|
||||||
if (unlikely (!adv)) return;
|
if (unlikely (!adv)) return;
|
||||||
*adv = _.first;
|
*adv = _.first;
|
||||||
|
|
Loading…
Reference in New Issue