Re: [Qemu-devel] [PULL 05/10] tcg: Put opcodes in a linked list

2015-01-12 Thread Peter Maydell
On 9 January 2015 at 21:23, Richard Henderson wrote: > The previous setup required ops and args to be completely sequential, > and was error prone when it came to both iteration and optimization. > > Signed-off-by: Richard Henderson > void tcg_gen_qemu_ld_i32(TCGv_i32 val, TCGv addr, TCGArg idx

[Qemu-devel] [PULL 05/10] tcg: Put opcodes in a linked list

2015-01-09 Thread Richard Henderson
The previous setup required ops and args to be completely sequential, and was error prone when it came to both iteration and optimization. Signed-off-by: Richard Henderson --- include/exec/gen-icount.h | 22 ++- tcg/optimize.c| 286 ++- tcg/tcg-op.c