Re: [PATCH 21/26] target/s390x: Remove PER check from use_goto_tb

2022-11-30 Thread Ilya Leoshkevich
On Wed, Oct 05, 2022 at 08:44:16PM -0700, Richard Henderson wrote: > While it is common for the PC update to happen in the > shadow of a goto_tb, it is not required to be there. > By moving it before the goto_tb, we can also place the > call to helper_per_branch there, and then afterward > chain

[PATCH 21/26] target/s390x: Remove PER check from use_goto_tb

2022-10-05 Thread Richard Henderson
While it is common for the PC update to happen in the shadow of a goto_tb, it is not required to be there. By moving it before the goto_tb, we can also place the call to helper_per_branch there, and then afterward chain to the next tb. Signed-off-by: Richard Henderson ---