On Tue, Oct 18, 2016 at 07:10:07PM +0100, Wilco Dijkstra wrote:
> James Greenhalgh wrote:
> On Mon, Oct 17, 2016 at 12:38:36PM +, Wilco Dijkstra wrote:
>
> >> + /* We need two add/sub instructions, each one perform part of the
> >> + addition/subtraction, but don't this if the addend can
James Greenhalgh wrote:
On Mon, Oct 17, 2016 at 12:38:36PM +, Wilco Dijkstra wrote:
>> + /* We need two add/sub instructions, each one perform part of the
>> + addition/subtraction, but don't this if the addend can be loaded into
>> + register by single instruction, in that case we pr
On Mon, Oct 17, 2016 at 12:38:36PM +, Wilco Dijkstra wrote:
>
> ping
>
>
> From: Wilco Dijkstra
> Sent: 10 August 2016 17:20
> To: Richard Earnshaw; GCC Patches
> Cc: nd
> Subject: Re: [PATCH][AArch64] Improve stack adjustment
>
> Richard Earnsha
ping
From: Wilco Dijkstra
Sent: 10 August 2016 17:20
To: Richard Earnshaw; GCC Patches
Cc: nd
Subject: Re: [PATCH][AArch64] Improve stack adjustment
Richard Earnshaw wrote:
> I see you've added a default argument for your new parameter. I think
> doing that is fine, but
ping
From: Wilco Dijkstra
Sent: 23 August 2016 15:49
To: Richard Earnshaw; GCC Patches
Cc: nd
Subject: Re: [PATCH][AArch64] Improve stack adjustment
ping
Richard Earnshaw wrote:
> I see you've added a default argument for your new parameter. I think
> doing that is fine,
ping
Richard Earnshaw wrote:
> I see you've added a default argument for your new parameter. I think
> doing that is fine, but I have two comments about how we might use that
> in this case.
>
> Firstly, if this parameter is suitable for having a default value, then
> I think the preceding
ping
Richard Earnshaw wrote:
> I see you've added a default argument for your new parameter. I think
> doing that is fine, but I have two comments about how we might use that
> in this case.
>
> Firstly, if this parameter is suitable for having a default value, then
> I think the preceding o
Richard Earnshaw wrote:
> I see you've added a default argument for your new parameter. I think
> doing that is fine, but I have two comments about how we might use that
> in this case.
>
> Firstly, if this parameter is suitable for having a default value, then
> I think the preceding one should
On 04/08/16 16:56, Richard Earnshaw (lists) wrote:
> On 04/08/16 12:06, Wilco Dijkstra wrote:
>> Improve stack adjustment by reusing a temporary move immediate
>> from the epilog if the register is still valid in the epilog. This generates
>> smaller code for leaf functions:
>>
>> mov
On 04/08/16 12:06, Wilco Dijkstra wrote:
> Improve stack adjustment by reusing a temporary move immediate
> from the epilog if the register is still valid in the epilog. This generates
> smaller code for leaf functions:
>
> mov x16, 4
> sub sp, sp, x16
> ldr
10 matches
Mail list logo