qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 41/43] target/ppc: Change MMU xlate functions to take CPUStat


From: Nicholas Piggin
Subject: Re: [PATCH 41/43] target/ppc: Change MMU xlate functions to take CPUState
Date: Thu, 04 Jul 2024 17:27:29 +1000

On Mon May 27, 2024 at 9:13 AM AEST, BALATON Zoltan wrote:
> The callers of xlate functions get CPUState which is then cast to
> PowerPCCPU that is then cast back to CPUState by most xlate functions.
> Avoid this back and forth casting by passing the existing CPUState to
> xlate functions and let them convert it as needed.

I guess. Is this faster?

Thanks,
Nick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]