Re: [Qemu-devel] [PATCH v2 3/3] target/riscv: call gen_goto_tb on DISAS_TOO_MANY

2018-08-10 Thread Richard Henderson
On 08/10/2018 10:39 AM, Emilio G. Cota wrote: > Signed-off-by: Emilio G. Cota > --- > target/riscv/translate.c | 7 +-- > 1 file changed, 1 insertion(+), 6 deletions(-) > > diff --git a/target/riscv/translate.c b/target/riscv/translate.c > index 66a80ca772..18d7b6d147 100644 > --- a/target/r

[Qemu-devel] [PATCH v2 3/3] target/riscv: call gen_goto_tb on DISAS_TOO_MANY

2018-08-10 Thread Emilio G. Cota
Performance impact of this and the previous commits, measured with the very-easy-to-cross-compile rv8-bench: https://github.com/rv8-io/rv8-bench Host: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz - Key: before: master after1,2,3: the 3 commits in this series (i.e. 3 is this commit) - User-mode