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.hender...@linaro.org> --- include/tcg/tcg.h | 7 +- tcg/tcg.c | 272 +++++++++++++++++++++++----------------------- 2 files changed, 136 insertions(+), 143 deletions(-)
Nice. Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>