Re: [Qemu-devel] [PATCH v7 22/52] tcg: Use pointers in TCGOp->args
On Fri, Oct 20, 2017 at 16:19:53 -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 v7 22/52] tcg: Use pointers in TCGOp->args
This limits the indexing into tcg_ctx.temps to initial opcode generation time. Signed-off-by: Richard Henderson --- tcg/tcg.h | 46 +- 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/tcg/tcg.h b/tcg/tcg.h index 7fe0fb9e07..17779393a1 10