Re: [Qemu-devel] [PATCH v2 02/27] target/sh4: Consolidate end-of-TB tests

2017-07-07 Thread Aurelien Jarno
On 2017-07-06 16:20, Richard Henderson wrote: > We can fold 3 different tests within the decode loop > into a more accurate computation of max_insns to start. > > Signed-off-by: Richard Henderson > --- > target/sh4/translate.c | 29 + > 1 file changed, 17 insertions(+

[Qemu-devel] [PATCH v2 02/27] target/sh4: Consolidate end-of-TB tests

2017-07-06 Thread Richard Henderson
We can fold 3 different tests within the decode loop into a more accurate computation of max_insns to start. Signed-off-by: Richard Henderson --- target/sh4/translate.c | 29 + 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/target/sh4/translate.c b/ta