This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PowerPC: stpcpy optimization for PPC64/POWER7


On 09/18/2013 09:52 AM, Steven Munroe wrote:
> With unaligned load/stores we have to worry about crossing page
> boundaries and perhaps a segfault.

No we don't.  The unaligned load/store is for the *last* one only,
when we know exactly where the last byte to be stored is located.

Please re-read the whole thread, not just pick out one word.

> Also I would like the see the scrollpipe trace that backs up you
> assertion.

Huh?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]