qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 4/4] tcg: Add reachable_code_pass


From: Emilio G. Cota
Subject: Re: [Qemu-devel] [PATCH 4/4] tcg: Add reachable_code_pass
Date: Mon, 24 Dec 2018 17:10:00 -0500
User-agent: Mutt/1.9.4 (2018-02-28)

On Mon, Nov 26, 2018 at 15:04:50 -0800, Richard Henderson wrote:
> Delete trivially dead code that follows unconditional branches and
> noreturn helpers.  These can occur either via optimization or via
> the structure of a target's translator following an exception.
> 
> Signed-off-by: Richard Henderson <address@hidden>
> ---
(snip)
> +                /*
> +                 * Optimization can fold conditional branches to 
> unconditional.
> +                 * If we find a label with one reference which is preceeded 
> by

s/preceeded/preceded/

Reviewed-by: Emilio G. Cota <address@hidden>

for the series.

Thanks,

                E.



reply via email to

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