Re: [PATCH v2 33/54] tcg: Introduce arg_slot_stk_ofs

2023-04-23 Thread Richard Henderson
On 4/23/23 19:55, Philippe Mathieu-Daudé wrote: On 11/4/23 03:04, Richard Henderson wrote: Unify all computation of argument stack offset in one function. This requires that we adjust ref_slot to be in the same units, by adding max_reg_slots during init_call_layout. Signed-off-by: Richard

Re: [PATCH v2 33/54] tcg: Introduce arg_slot_stk_ofs

2023-04-23 Thread Philippe Mathieu-Daudé
On 11/4/23 03:04, Richard Henderson wrote: Unify all computation of argument stack offset in one function. This requires that we adjust ref_slot to be in the same units, by adding max_reg_slots during init_call_layout. Signed-off-by: Richard Henderson --- tcg/tcg.c | 29

[PATCH v2 33/54] tcg: Introduce arg_slot_stk_ofs

2023-04-10 Thread Richard Henderson
Unify all computation of argument stack offset in one function. This requires that we adjust ref_slot to be in the same units, by adding max_reg_slots during init_call_layout. Signed-off-by: Richard Henderson --- tcg/tcg.c | 29 + 1 file changed, 17 insertions(+), 12