[cff] Minor restructure of struct

Surprisingly this shows tiny benchmark improvement consistently.
This commit is contained in:
Behdad Esfahbod 2022-05-16 10:14:34 -06:00
parent acdab17ed3
commit 602e0ca79d
1 changed files with 1 additions and 1 deletions

View File

@ -491,8 +491,8 @@ struct arg_stack_t : cff_stack_t<ARG, 513>
/* an operator prefixed by its operands in a byte string */
struct op_str_t
{
op_code_t op;
hb_ubytes_t str;
op_code_t op;
};
/* base of OP_SERIALIZER */