qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH 07/18] target/arm: Hoist arm_current_el in arm_generate_debug


From: Richard Henderson
Subject: Re: [PATCH 07/18] target/arm: Hoist arm_current_el in arm_generate_debug_exceptions
Date: Tue, 31 May 2022 07:31:52 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 5/31/22 05:04, Peter Maydell wrote:
On Mon, 23 May 2022 at 21:58, Richard Henderson
<richard.henderson@linaro.org> wrote:

Read this value once in the main function, and pass it
around between the subroutines.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---

What's the benefit from doing this ?

Just trying to reduce the number of times that arm_current_el is computed within these tightly coupled functions.


r~



reply via email to

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