qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v17 04/16] tcg: Record nb_spills in TCGContext


From: Alex Bennée
Subject: Re: [PATCH v17 04/16] tcg: Record nb_spills in TCGContext
Date: Sun, 15 Oct 2023 13:59:36 +0100
User-agent: mu4e 1.11.22; emacs 29.1.50

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

> Record the number of times a temporary is forced into memory
> and the store would not have been required if there an infinite
> number of call-saved cpu registers available.  This excludes
> stores that are required by semantics to return computed values
> to their home slot in ENV, i.e. NEED_SYNC_ARG.
>
> To be copied into TBStatistics when desired.
>
> 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]