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

2017-06-27 Thread Alex Bennée
Richard Henderson writes: > 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. Could we add definitions of TCGArg and TCGTemp into tcg/README? > > Signed-off-by: Richard Henderson > --- > tcg/

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

2017-06-20 Thread 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/optimize.c | 424 + tcg/tcg.h | 5 + 2 files