qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 10/26] tcg: don't explicitly save globals and


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2 10/26] tcg: don't explicitly save globals and temps
Date: Wed, 10 Oct 2012 09:55:41 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

On 10/09/2012 12:56 PM, Aurelien Jarno wrote:
> The liveness analysis ensures that globals and temps are at the correct
> state at a basic block end or with an op with side effects. Avoid
> looping on all temps, this can be time consuming on targets with a lot
> of globals. Keep an assert in debug mode.
> 
> Signed-off-by: Aurelien Jarno <address@hidden>

Reviewed-by: Richard Henderson <address@hidden>


r~




reply via email to

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