On Thu, Aug 7, 2014 at 4:20 PM, James Greenhalgh
wrote:
> On Tue, Aug 05, 2014 at 08:05:00AM +0100, Andrew Pinski wrote:
>> On Fri, Aug 1, 2014 at 2:21 AM, wrote:
>> >> On Jun 6, 2014, at 1:50 AM, James Greenhalgh
>> >> wrote:
>> >>
>> >>
>> >> Hi,
>> >>
>> >> The move_by_pieces infrastructure
On Tue, Aug 05, 2014 at 08:05:00AM +0100, Andrew Pinski wrote:
> On Fri, Aug 1, 2014 at 2:21 AM, wrote:
> >> On Jun 6, 2014, at 1:50 AM, James Greenhalgh
> >> wrote:
> >>
> >>
> >> Hi,
> >>
> >> The move_by_pieces infrastructure performs a copy by repeatedly trying
> >> the largest safe copy it
On Fri, Aug 1, 2014 at 2:21 AM, wrote:
>
>
>> On Jun 6, 2014, at 1:50 AM, James Greenhalgh
>> wrote:
>>
>>
>> Hi,
>>
>> The move_by_pieces infrastructure performs a copy by repeatedly trying
>> the largest safe copy it can make. So for a 15-byte copy we might see:
>>
>> offset amount bytes c
> On Jun 6, 2014, at 1:50 AM, James Greenhalgh wrote:
>
>
> Hi,
>
> The move_by_pieces infrastructure performs a copy by repeatedly trying
> the largest safe copy it can make. So for a 15-byte copy we might see:
>
> offset amount bytes copied
> 08 0-7
> 84 8-11
On Fri, Aug 1, 2014 at 8:38 AM, Andrew Pinski wrote:
> On Fri, Jun 6, 2014 at 1:50 AM, James Greenhalgh
> wrote:
>>
>> Hi,
>>
>> The move_by_pieces infrastructure performs a copy by repeatedly trying
>> the largest safe copy it can make. So for a 15-byte copy we might see:
>>
>> offset amount
On Fri, Jun 6, 2014 at 1:50 AM, James Greenhalgh
wrote:
>
> Hi,
>
> The move_by_pieces infrastructure performs a copy by repeatedly trying
> the largest safe copy it can make. So for a 15-byte copy we might see:
>
> offset amount bytes copied
> 08 0-7
> 84 8-11
> 12
On 06/06/14 09:50, James Greenhalgh wrote:
>
> Hi,
>
> The move_by_pieces infrastructure performs a copy by repeatedly trying
> the largest safe copy it can make. So for a 15-byte copy we might see:
>
> offset amount bytes copied
> 08 0-7
> 84 8-11
> 12 2
Hi,
The move_by_pieces infrastructure performs a copy by repeatedly trying
the largest safe copy it can make. So for a 15-byte copy we might see:
offset amount bytes copied
08 0-7
84 8-11
12 2 12-13
14 1 14
However, we can implement a 15-by