qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 11/22] tcg: Add TranslationBlock.jmp_insn_offset


From: Alex Bennée
Subject: Re: [PATCH v2 11/22] tcg: Add TranslationBlock.jmp_insn_offset
Date: Tue, 17 Jan 2023 18:01:06 +0000
User-agent: mu4e 1.9.15; emacs 29.0.60

Richard Henderson <richard.henderson@linaro.org> writes:

> Stop overloading jmp_target_arg for both offset and address,
> depending on TCG_TARGET_HAS_direct_jump.  Instead, add a new
> field to hold the jump insn offset and always set the target
> address in jmp_target_addr[].  This will allow a tcg backend
> to use either direct or indirect depending on displacement.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro



reply via email to

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