mbox

[PULL,0/1] Hppa linux user speedup patches

Message ID 20230803223502.653223-1-deller@gmx.de
State New
Headers show

Pull-request

https://github.com/hdeller/qemu-hppa.git tags/hppa-linux-user-speedup-pull-request

Message

Helge Deller Aug. 3, 2023, 10:35 p.m. UTC
The following changes since commit 9ba37026fcf6b7f3f096c0cca3e1e7307802486b:

  Update version for v8.1.0-rc2 release (2023-08-02 08:22:45 -0700)

are available in the Git repository at:

  https://github.com/hdeller/qemu-hppa.git tags/hppa-linux-user-speedup-pull-request

for you to fetch changes up to f8c0fd9804f435a20c3baa4c0c77ba9a02af24ef:

  target/hppa: Move iaoq registers and thus reduce generated code size (2023-08-04 00:02:56 +0200)

----------------------------------------------------------------
Generated code size reduction with linux-user for hppa

Would you please consider pulling this trivial fix, which reduces
the generated code on x86 by ~3% when running linux-user with
the hppa target?

Thanks,
Helge

----------------------------------------------------------------

Helge Deller (1):
  target/hppa: Move iaoq registers and thus reduce generated code size

 target/hppa/cpu.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--
2.41.0

Comments

Richard Henderson Aug. 4, 2023, 4:12 a.m. UTC | #1
On 8/3/23 15:35, Helge Deller wrote:
> The following changes since commit 9ba37026fcf6b7f3f096c0cca3e1e7307802486b:
> 
>    Update version for v8.1.0-rc2 release (2023-08-02 08:22:45 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/hdeller/qemu-hppa.git  tags/hppa-linux-user-speedup-pull-request
> 
> for you to fetch changes up to f8c0fd9804f435a20c3baa4c0c77ba9a02af24ef:
> 
>    target/hppa: Move iaoq registers and thus reduce generated code size (2023-08-04 00:02:56 +0200)
> 
> ----------------------------------------------------------------
> Generated code size reduction with linux-user for hppa
> 
> Would you please consider pulling this trivial fix, which reduces
> the generated code on x86 by ~3% when running linux-user with
> the hppa target?

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~