qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 4/5] tcg: Optimize movcond for constant comparis


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 4/5] tcg: Optimize movcond for constant comparisons
Date: Fri, 21 Sep 2012 07:33:08 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120828 Thunderbird/15.0

On 09/20/2012 03:04 PM, Aurelien Jarno wrote:
> +                } else if (tmp && temps[args[4-tmp]].state == 
> TCG_TEMP_CONST) {

No need to test tmp here...

But thanks for the patch.  It'll be included in the next version.


r~



reply via email to

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