Re: [Qemu-devel] [PATCH v6 14/50] tcg: Use per-temp state data in optimize

2017-10-17 Thread Richard Henderson
On 10/17/2017 03:16 PM, Emilio G. Cota wrote: > On Mon, Oct 16, 2017 at 10:25:33 -0700, Richard Henderson wrote: >> From: Richard Henderson >> >> While we're touching many of the lines anyway, adjust the naming >> of the functions to better distinguish when "TCGArg" vs "TCGTemp" >> should be used.

Re: [Qemu-devel] [PATCH v6 14/50] tcg: Use per-temp state data in optimize

2017-10-17 Thread Emilio G. Cota
On Mon, Oct 16, 2017 at 10:25:33 -0700, Richard Henderson wrote: > From: Richard Henderson > > While we're touching many of the lines anyway, adjust the naming > of the functions to better distinguish when "TCGArg" vs "TCGTemp" > should be used. > > Signed-off-by: Richard Henderson (snip) > -st

[Qemu-devel] [PATCH v6 14/50] tcg: Use per-temp state data in optimize

2017-10-16 Thread Richard Henderson
From: Richard Henderson While we're touching many of the lines anyway, adjust the naming of the functions to better distinguish when "TCGArg" vs "TCGTemp" should be used. Signed-off-by: Richard Henderson --- tcg/tcg.h | 5 + tcg/optimize.c | 430 +