mbox series

[0/3] tcg: Move ffi_cif pointer into TCGHelperInfo (splitted)

Message ID 20221122180804.938-1-philmd@linaro.org
Headers show
Series tcg: Move ffi_cif pointer into TCGHelperInfo (splitted) | expand

Message

Philippe Mathieu-Daudé Nov. 22, 2022, 6:08 p.m. UTC
Hi Richard,

Your "Move ffi_cif pointer into TCGHelperInfo" patch was
not obvious (to me) at first, so I split it in 3 trivial
patches.

Philippe Mathieu-Daudé (2):
  tcg: Convert typecode_to_ffi from array to function
  tcg: Factor init_ffi_layouts() out of tcg_context_init()

Richard Henderson (1):
  tcg: Move ffi_cif pointer into TCGHelperInfo

 tcg/tcg-internal.h |   7 +++
 tcg/tcg.c          | 125 +++++++++++++++++++++++++--------------------
 2 files changed, 78 insertions(+), 54 deletions(-)