short circuit evaluation - some comments

faustus at ucbcad.UUCP faustus at ucbcad.UUCP
Wed Feb 25 09:07:19 AEST 1987


I think if you're being really careful, you can't optimize away any
arithmetic operations, because there is always the possible side effect
of an arithmetic exception or memory error.  I doubt any sane person would
write code that did nothing except overflow sometimes, though.

	Wayne



More information about the Comp.lang.c mailing list