On 10/20/2017 08:19 PM, Richard Henderson wrote: > From: Richard Henderson <[email protected]> > > Copy s->nb_globals or s->nb_temps to a local variable for the purposes > of iteration. This should allow the compiler to use low-overhead > looping constructs on some hosts. > > Reviewed-by: Emilio G. Cota <[email protected]> > Reviewed-by: Alex Bennée <[email protected]> > Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > --- > tcg/tcg.c | 27 ++++++++++----------------- > 1 file changed, 10 insertions(+), 17 deletions(-)
