> Roland McGrath <roland@frob.com> writes: > > > For bzero, I wonder if it might not be worth having optimized memset > > macros check __builtin_constant_p and == 0 and refer to the bzero code. > > Look at <bits/string2.h> In that case, there is no particular reason not to change bzero calls to memset.