Re: [Qemu-devel] [PATCH 1/2] tcg: Hoist max_insns computation to tb_gen_code

2019-04-19 Thread Alistair Francis
On Tue, Apr 16, 2019 at 1:34 AM Richard Henderson wrote: > > In order to handle TB's that translate to too much code, we > need to place the control of the length of the translation > in the hands of the code gen master loop. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis A

[Qemu-devel] [PATCH 1/2] tcg: Hoist max_insns computation to tb_gen_code

2019-04-16 Thread Richard Henderson
In order to handle TB's that translate to too much code, we need to place the control of the length of the translation in the hands of the code gen master loop. Signed-off-by: Richard Henderson --- include/exec/exec-all.h | 4 ++-- include/exec/translator.h | 3 ++- accel/tcg/transla