|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH] tcg: Reduce serial context atomicity earlier |
Date: | Wed, 13 Dec 2023 07:43:34 +0100 |
User-agent: | Mozilla Thunderbird |
On 12/12/23 20:35, Richard Henderson wrote:
Reduce atomicity while emitting opcodes, instead of later during code generation. This ensures that any helper called also sees the reduced atomicity requirement. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2034 Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- tcg/tcg-op-ldst.c | 28 ++++++++++++++++++++++++---- tcg/tcg.c | 9 +-------- 2 files changed, 25 insertions(+), 12 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |