qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 10/21] tcg: Optimize some forms of deposit.


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 10/21] tcg: Optimize some forms of deposit.
Date: Tue, 18 Oct 2011 15:27:09 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0

On 10/18/2011 01:30 PM, Blue Swirl wrote:
> On Tue, Oct 18, 2011 at 6:50 PM, Richard Henderson <address@hidden> wrote:
>> If the deposit replaces the entire word, optimize to a move.
>>
>> If we're inserting to the top of the word, avoid the mask of arg2
>> as we'll be shifting out all of the garbage and shifting in zeros.
>>
>> If the host is 32-bit, reduce a 64-bit deposit to a 32-bit deposit
>> when possible.
>>
>> Signed-off-by: Richard Henderson <address@hidden>
> 
> Nice patch, but why would it belong to this series?

Only because we start generating a lot of these special cases in this
series.  It's certainly otherwise independent.


r~



reply via email to

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