[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry a
From: |
David Gibson |
Subject: |
Re: [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow |
Date: |
Fri, 24 Feb 2017 09:53:58 +1100 |
User-agent: |
Mutt/1.7.1 (2016-10-04) |
On Fri, Feb 24, 2017 at 09:34:32AM +1100, Richard Henderson wrote:
> On 02/23/2017 05:40 PM, Nikunj A Dadhania wrote:
> > Richard Henderson <address@hidden> writes:
> > > These functions are becoming quite large. Are they performance critical
> > > enough
> > > that they need to stay as inline code, or should they be moved to helpers
> > > and
> > > share code with cpu_read/write_xer?
> >
> > Just to boot to login prompt, these are the numbers for gen_read/write_xer:
> >
> > helper_myprint - rd_count 231103, wr_count 68897
> >
> > And it keeps on incrementing, maybe scope of optimization here.
>
> That's not very large considering the total number of instructions executed
> during a boot to prompt.
>
> Thoughts, David?
Hm, I'm not clear if that's the number of executions, or the number of
translations.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
- [Qemu-devel] [PATCH v3 00/10] POWER9 TCG enablements - part15, Nikunj A Dadhania, 2017/02/22
- [Qemu-devel] [PATCH v3 01/10] target/ppc: move cpu_[read, write]_xer to cpu.c, Nikunj A Dadhania, 2017/02/22
- [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, Nikunj A Dadhania, 2017/02/22
- Re: [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, Richard Henderson, 2017/02/22
- Re: [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, Richard Henderson, 2017/02/22
- Re: [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, Nikunj A Dadhania, 2017/02/23
- Re: [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, Richard Henderson, 2017/02/23
- Re: [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow,
David Gibson <=
- Re: [Qemu-devel] [Qemu-ppc] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, Nikunj Dadhania, 2017/02/23
- Re: [Qemu-devel] [Qemu-ppc] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, David Gibson, 2017/02/24
- Re: [Qemu-devel] [Qemu-ppc] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, Richard Henderson, 2017/02/24
- Re: [Qemu-devel] [Qemu-ppc] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, David Gibson, 2017/02/26
- Re: [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, David Gibson, 2017/02/22
- Re: [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, Nikunj A Dadhania, 2017/02/23
- Re: [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, David Gibson, 2017/02/23
- Re: [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, Nikunj A Dadhania, 2017/02/23
- Re: [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, Richard Henderson, 2017/02/23
- Re: [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow, David Gibson, 2017/02/23