[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/4] target/ppc: Use probe_access
From: |
Aleksandar Markovic |
Subject: |
Re: [PATCH 0/4] target/ppc: Use probe_access |
Date: |
Thu, 30 Jan 2020 17:07:17 +0100 |
On Thu, Jan 30, 2020 at 4:09 PM Howard Spoelstra <address@hidden> wrote:
>
> As this patch set solved the performance issue and even led to the highest
> scores I ever saw on the benchmark tool I used, let me add a:
>
This makes my question to Richard more important:
Are other targets exposed to performance degradation, and why?
> Tested-by: Howard Spoelstra <address@hidden>
>
> On Thu, Jan 30, 2020 at 12:50 AM Richard Henderson <address@hidden> wrote:
>>
>> The first two address the performance regression noticed
>> by Howard Spoelstra. The last two are just something I
>> noticed at the same time.
>>
>>
>> r~
>>
>>
>> Richard Henderson (4):
>> target/ppc: Use probe_access for LSW, STSW
>> target/ppc: Use probe_access for LMW, STMW
>> target/ppc: Remove redundant mask in DCBZ
>> target/ppc: Use probe_write for DCBZ
>>
>> target/ppc/mem_helper.c | 197 +++++++++++++++++++++++++++++++++-------
>> 1 file changed, 162 insertions(+), 35 deletions(-)
>>
>> --
>> 2.20.1
>>
- [PATCH 0/4] target/ppc: Use probe_access, Richard Henderson, 2020/01/29
- [PATCH 1/4] target/ppc: Use probe_access for LSW, STSW, Richard Henderson, 2020/01/29
- [PATCH 2/4] target/ppc: Use probe_access for LMW, STMW, Richard Henderson, 2020/01/29
- [PATCH 4/4] target/ppc: Use probe_write for DCBZ, Richard Henderson, 2020/01/29
- [PATCH 3/4] target/ppc: Remove redundant mask in DCBZ, Richard Henderson, 2020/01/29
- Re: [PATCH 0/4] target/ppc: Use probe_access, Aleksandar Markovic, 2020/01/29
- Re: [PATCH 0/4] target/ppc: Use probe_access, Howard Spoelstra, 2020/01/30
- Re: [PATCH 0/4] target/ppc: Use probe_access, Howard Spoelstra, 2020/01/30
- Re: [PATCH 0/4] target/ppc: Use probe_access,
Aleksandar Markovic <=
- Re: [PATCH 0/4] target/ppc: Use probe_access, David Gibson, 2020/01/30