[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] tcg: Move ffi_cif pointer into TCGHelperInfo (splitted)
|
From: |
Philippe Mathieu-Daudé |
|
Subject: |
[PATCH 0/3] tcg: Move ffi_cif pointer into TCGHelperInfo (splitted) |
|
Date: |
Tue, 22 Nov 2022 19:08:01 +0100 |
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(-)
--
2.38.1
- [PATCH for-8.0 v3 14/45] tcg: Introduce tcg_type_size, (continued)
[PATCH for-8.0 v3 17/45] tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32, Richard Henderson, 2022/11/11
[PATCH for-8.0 v3 20/45] accel/tcg/plugin: Avoid duplicate copy in copy_call, Richard Henderson, 2022/11/11
[PATCH for-8.0 v3 23/45] tcg: Vary the allocation size for TCGOp, Richard Henderson, 2022/11/11
[PATCH for-8.0 v3 26/45] tcg: Move ffi_cif pointer into TCGHelperInfo, Richard Henderson, 2022/11/11
- [PATCH 0/3] tcg: Move ffi_cif pointer into TCGHelperInfo (splitted),
Philippe Mathieu-Daudé <=
[PATCH for-8.0 v3 27/45] tcg/aarch64: Merge tcg_out_callr into tcg_out_call, Richard Henderson, 2022/11/11
[PATCH for-8.0 v3 24/45] tcg: Use output_pref wrapper function, Richard Henderson, 2022/11/11
[PATCH for-8.0 v3 25/45] tcg: Reorg function calls, Richard Henderson, 2022/11/11
[PATCH for-8.0 v3 28/45] tcg: Add TCGHelperInfo argument to tcg_out_call, Richard Henderson, 2022/11/11
[PATCH for-8.0 v3 31/45] tcg: Allocate objects contiguously in temp_allocate_frame, Richard Henderson, 2022/11/11