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

2025-01-14 Thread Philippe Mathieu-Daudé
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 --- include/tcg/tcg.h | 7 +- tcg/tcg.c

[PATCH v2 22/81] tcg: Reorg process_op_defs

2025-01-07 Thread Richard Henderson
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 --- include/tcg/tcg.h | 7 +- tcg/tcg.c | 272 +++