qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 22/81] tcg: Reorg process_op_defs


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 22/81] tcg: Reorg process_op_defs
Date: Tue, 14 Jan 2025 18:48:27 +0100
User-agent: Mozilla Thunderbird

On 7/1/25 09:00, Richard Henderson wrote:
Process each TCGConstraintSetIndex first.  Allocate TCGArgConstraint
arrays based on those.  Only afterward process the TCGOpcodes and
share those TCGArgConstraint arrays.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/tcg/tcg.h |   7 +-
  tcg/tcg.c         | 272 +++++++++++++++++++++++-----------------------
  2 files changed, 136 insertions(+), 143 deletions(-)

Nice.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]