qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 3/3] target/arm: Use the constant variant of store_cpu_field(


From: Richard Henderson
Subject: Re: [PATCH 3/3] target/arm: Use the constant variant of store_cpu_field() when possible
Date: Sun, 3 Oct 2021 11:40:06 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 10/3/21 10:39 AM, Philippe Mathieu-Daudé wrote:
When using a constant variable, we can replace the store_cpu_field()
call by store_cpu_field_constant() which avoid using TCG temporaries.

Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
  target/arm/translate.c | 21 ++++++---------------
  1 file changed, 6 insertions(+), 15 deletions(-)

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

r~



reply via email to

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