Re: [PATCH v3 05/48] tcg/optimize: Move prev_mb into OptContext

2021-10-22 Thread Philippe Mathieu-Daudé
On 10/21/21 23:04, Richard Henderson wrote: > This will expose the variable to subroutines that > will be broken out of tcg_optimize. > > Reviewed-by: Alex Bennée > Reviewed-by: Luis Pires > Signed-off-by: Richard Henderson > --- > tcg/optimize.c | 11 ++- > 1 file changed, 6 insertion

[PATCH v3 05/48] tcg/optimize: Move prev_mb into OptContext

2021-10-21 Thread Richard Henderson
This will expose the variable to subroutines that will be broken out of tcg_optimize. Reviewed-by: Alex Bennée Reviewed-by: Luis Pires Signed-off-by: Richard Henderson --- tcg/optimize.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tcg/optimize.c b/tcg/optimi