structure and array and string comparisons

H.MORRIS hom at hocda.UUCP
Sun Mar 25 03:55:48 AEST 1984


Having a compiler that recognizes sequences like
if(x.y.z.elt1 == t.y.z.elt1 && x.y.z.elt2 == t.y.z.elt2 ...)
and generates a single block compare if appropriate
instead of implementing struct compares
*because we want to keep C simple*
would seem to me to defeate the purpose.



More information about the Comp.lang.c mailing list