Richard Henderson writes:
> 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.
>
> Signed-off-by: Richard Henderson
> ---
> tcg/tcg.c | 27 ++-
>
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.
Signed-off-by: Richard Henderson
---
tcg/tcg.c | 27 ++-
1 file changed, 10 insertions(+), 17 deletio