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: sparc: fix for missing include file


On 12/15/2014 03:34 AM, Will Newton wrote:
> Loading a zero constant into c is cheap and the side effect of the
> undefined behaviour is potentially a write to memory so it is not
> always going to be a performance win to do this. Also potentially
> runtime analysis tools (e.g. sanitizers, valgrind) may trip over this
> so it seems to me a better idea just to not invoke undefined
> behaviours.

My thoughts exactly.


r~


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