Re: [Qemu-devel] [PATCH v6 01/50] tcg: Merge opcode arguments into TCGOp

2017-10-17 Thread Emilio G. Cota
On Mon, Oct 16, 2017 at 10:25:20 -0700, Richard Henderson wrote: > From: Richard Henderson > > Rather than have a separate buffer of 10*max_ops entries, > give each opcode 10 entries. The result is actually a bit > smaller and should have slightly more cache locality. > > Signed-off-by: Richard

[Qemu-devel] [PATCH v6 01/50] tcg: Merge opcode arguments into TCGOp

2017-10-16 Thread Richard Henderson
From: Richard Henderson Rather than have a separate buffer of 10*max_ops entries, give each opcode 10 entries. The result is actually a bit smaller and should have slightly more cache locality. Signed-off-by: Richard Henderson --- tcg/tcg.h | 37 ++ tcg/optimize.c |