Re: [PATCH v2 10/22] tcg: Add gen_tb to TCGContext

2023-01-17 Thread Alex Bennée
Richard Henderson writes: > This can replace four other variables that are references > into the TranslationBlock structure. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v2 10/22] tcg: Add gen_tb to TCGContext

2023-01-08 Thread Richard Henderson
This can replace four other variables that are references into the TranslationBlock structure. Signed-off-by: Richard Henderson --- include/tcg/tcg.h | 11 +++ accel/tcg/translate-all.c | 2 +- tcg/tcg-op.c | 14 +++--- tcg/tcg.c | 14 +++