[PATCH] Multiarch optimization for strncat on PowerPC64
Adhemerval Zanella
azanella@linux.vnet.ibm.com
Thu Mar 6 12:43:00 GMT 2014
On 06-03-2014 09:38, Adhemerval Zanella wrote:
> On 06-03-2014 07:34, R Vidya wrote:
>> > +#define FRAMESIZE (FRAME_MIN_SIZE+112)
> Your implementation does not uses 112 bytes of stack, I think you mean plus 3 (the r29, r30, r31)
> you save.
>
And remember the stack needs to be quadword aligned (that's why the original 144).
More information about the Libc-alpha
mailing list