Re: [Qemu-devel] [PATCH v6 21/50] tcg: Use pointers in TCGOp->args

2017-10-17 Thread Emilio G. Cota
On Mon, Oct 16, 2017 at 10:25:40 -0700, Richard Henderson wrote: > This limits the indexing into tcg_ctx.temps to initial > opcode generation time. > > Signed-off-by: Richard Henderson Reviewed-by: Emilio G. Cota E.

[Qemu-devel] [PATCH v6 21/50] tcg: Use pointers in TCGOp->args

2017-10-16 Thread Richard Henderson
This limits the indexing into tcg_ctx.temps to initial opcode generation time. Signed-off-by: Richard Henderson --- tcg/tcg.h | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/tcg/tcg.h b/tcg/tcg.h index ccf1bcdaf6..d5bf61b1cf 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.