From 602e0ca79d1a651fee0cd23d2fa3580621006c87 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 16 May 2022 10:14:34 -0600 Subject: [PATCH] [cff] Minor restructure of struct Surprisingly this shows tiny benchmark improvement consistently. --- src/hb-cff-interp-common.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-cff-interp-common.hh b/src/hb-cff-interp-common.hh index ccd709c31..5c2cb060a 100644 --- a/src/hb-cff-interp-common.hh +++ b/src/hb-cff-interp-common.hh @@ -491,8 +491,8 @@ struct arg_stack_t : cff_stack_t /* 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 */