qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/4] target/openrisc: Use tcg_constant_tl for dc->R0


From: Stafford Horne
Subject: Re: [PATCH 2/4] target/openrisc: Use tcg_constant_tl for dc->R0
Date: Sat, 10 Jul 2021 21:11:03 +0900

On Thu, Jul 08, 2021 at 02:37:52PM -0700, Richard Henderson wrote:
> The temp allocated for tcg_const_tl is auto-freed at branches,
> but pure constants are not.  So we can remove the extra hoop
> jumping in trans_l_swa.

This is nice.

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

Reviewed-by: Stafford Horne <shorne@gmail.com>




reply via email to

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