Re: [Qemu-devel] [PATCH 04/20] target/openrisc: Link more translation blocks

2018-05-30 Thread Stafford Horne
On Sun, May 27, 2018 at 09:13:08AM -0500, Richard Henderson wrote: > Track direct jumps via dc->jmp_pc_imm. Use that in > preference to jmp_pc when possible. Emit goto_tb in > that case, and lookup_and_goto_tb otherwise. > > Signed-off-by: Richard Henderson Reviewed-by: Stafford Horne

[Qemu-devel] [PATCH 04/20] target/openrisc: Link more translation blocks

2018-05-27 Thread Richard Henderson
Track direct jumps via dc->jmp_pc_imm. Use that in preference to jmp_pc when possible. Emit goto_tb in that case, and lookup_and_goto_tb otherwise. Signed-off-by: Richard Henderson --- target/openrisc/translate.c | 82 + 1 file changed, 46 insertions(+), 36