mbox series

[v2,0/3] Performance optimizations for PPC64

Message ID 20221025202424.195984-1-leandro.lupori@eldorado.org.br (mailing list archive)
Headers show
Series Performance optimizations for PPC64 | expand

Message

Leandro Lupori Oct. 25, 2022, 8:24 p.m. UTC
Changes from v1:
- Turn macro into an inline function
- Rename functions

Leandro Lupori (3):
  accel/tcg: Add a quicker check for breakpoints
  target/ppc: Add new PMC HFLAGS
  target/ppc: Increment PMC5 with inline insns

 accel/tcg/cpu-exec.c     | 15 ++++----
 target/ppc/cpu.h         |  4 ++-
 target/ppc/helper.h      |  1 +
 target/ppc/helper_regs.c |  6 ++++
 target/ppc/power8-pmu.c  | 74 +++++++++++++++++++++-------------------
 target/ppc/power8-pmu.h  |  3 ++
 target/ppc/translate.c   | 32 +++++++++++++++--
 7 files changed, 89 insertions(+), 46 deletions(-)

Comments

Daniel Henrique Barboza Oct. 26, 2022, 10:25 a.m. UTC | #1
Patches 2 and 3 queued in ppc-next (Richard is queueing patch 1 via
tcg-next).


Thanks,

Daniel

On 10/25/22 17:24, Leandro Lupori wrote:
> Changes from v1:
> - Turn macro into an inline function
> - Rename functions
> 
> Leandro Lupori (3):
>    accel/tcg: Add a quicker check for breakpoints
>    target/ppc: Add new PMC HFLAGS
>    target/ppc: Increment PMC5 with inline insns
> 
>   accel/tcg/cpu-exec.c     | 15 ++++----
>   target/ppc/cpu.h         |  4 ++-
>   target/ppc/helper.h      |  1 +
>   target/ppc/helper_regs.c |  6 ++++
>   target/ppc/power8-pmu.c  | 74 +++++++++++++++++++++-------------------
>   target/ppc/power8-pmu.h  |  3 ++
>   target/ppc/translate.c   | 32 +++++++++++++++--
>   7 files changed, 89 insertions(+), 46 deletions(-)
>