Re: [PATCH 04/45] target/hppa: Pass displacement to do_dbranch

2024-05-13 Thread Philippe Mathieu-Daudé
On Thu, 25 Apr 2024 at 02:11, Richard Henderson wrote: > > Pass a displacement instead of an absolute value. > > In trans_be, remove the user-only do_dbranch case. The branch we are > attempting to optimize is to the zero page, which is perforce on a > different page than the code currently execu

[PATCH 04/45] target/hppa: Pass displacement to do_dbranch

2024-04-24 Thread Richard Henderson
Pass a displacement instead of an absolute value. In trans_be, remove the user-only do_dbranch case. The branch we are attempting to optimize is to the zero page, which is perforce on a different page than the code currently executing, which means that we will *not* use a goto_tb. Use a plain in