Re: [PATCH v4 03/27] tcg: Remove check_regs

2022-12-19 Thread Alex Bennée
Richard Henderson writes: > We now check the consistency of reg_to_temp[] with each update, > so the utility of checking consistency at the end of each > opcode is minimal. In addition, the form of this check is > quite expensive, consuming 10% of a checking-enabled build. > > Signed-off-by: R

[PATCH v4 03/27] tcg: Remove check_regs

2022-12-13 Thread Richard Henderson
We now check the consistency of reg_to_temp[] with each update, so the utility of checking consistency at the end of each opcode is minimal. In addition, the form of this check is quite expensive, consuming 10% of a checking-enabled build. Signed-off-by: Richard Henderson --- tcg/tcg.c | 76 ---