]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Allocate TCGTemp pairs in host memory order
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 19 Oct 2022 01:53:27 +0000 (11:53 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Jan 2023 19:41:28 +0000 (11:41 -0800)
commitaef8540290f46b40f225c9f6d993c77c0697ee7c
treed906d28824fc7e69e53870971eb4b315508f460a
parentf01847c251c24beaf3a0a41764d331355d08ab54
tcg: Allocate TCGTemp pairs in host memory order

Allocate the first of a pair at the lower address, and the
second of a pair at the higher address.  This will make it
easier to find the beginning of the larger memory block.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg-internal.h
tcg/tcg.c