qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 6/9] tcg: Fold life data into TCGOp


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH v3 6/9] tcg: Fold life data into TCGOp
Date: Mon, 25 Jul 2016 16:07:23 +0200
User-agent: Mutt/1.6.0 (2016-04-01)

On 2016-06-23 20:48, Richard Henderson wrote:
> Reduce the size of other bitfields to make room.
> This reduces the cache footprint of compilation.
> 
> Signed-off-by: Richard Henderson <address@hidden>
> ---
>  tcg/tcg.c |  9 +++------
>  tcg/tcg.h | 26 ++++++++++++++------------
>  2 files changed, 17 insertions(+), 18 deletions(-)

This looks fine and goes in the right direction of having all the data
at the same location. In the long term it might be useful to have the
TCG stream and the associated data together to implement more agressive
optimisations.

Reviewed-by: Aurelien Jarno <address@hidden>

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
address@hidden                 http://www.aurel32.net



reply via email to

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