qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH v2 2/9] target/arm: Optimize cpu_mmu_index


From: Peter Maydell
Subject: Re: [PATCH v2 2/9] target/arm: Optimize cpu_mmu_index
Date: Thu, 5 Mar 2020 14:23:06 +0000

On Mon, 2 Mar 2020 at 17:58, Richard Henderson
<address@hidden> wrote:
>
> We now cache the core mmu_idx in env->hflags.  Rather than recompute
> from scratch, extract the field.  All of the uses of cpu_mmu_index
> within target/arm are within helpers, and env->hflags is always stable
> within a translation block from whence helpers are called.
>
> Signed-off-by: Richard Henderson <address@hidden>
> ---
Reviewed-by: Peter Maydell <address@hidden>

thanks
-- PMM



reply via email to

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