[cff] Minor restructure of struct
Surprisingly this shows tiny benchmark improvement consistently.
This commit is contained in:
parent
acdab17ed3
commit
602e0ca79d
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue