Path: utzoo!mnetor!uunet!husc6!hao!ames!ll-xn!mit-eddie!uw-beaver!uw-june!uw-entropy!dataio!bright From: bright@Data-IO.COM (Walter Bright) Newsgroups: comp.lang.c Subject: noalias stuff Message-ID: <1457@dataio.Data-IO.COM> Date: 11 Jan 88 19:00:34 GMT References: <11189@brl-adm.ARPA> <517@cresswell.quintus.UUCP> Reply-To: bright@dataio.UUCP (Walter Bright) Organization: Data I/O Corporation; Redmond, WA Lines: 46 In article <517@cresswell.quintus.UUCP> ok@quintus.UUCP (Richard A. O'Keefe) writes: , TLIMONCE%DREW.BITNET@CUNYVM.CUNY.EDU writes: << noalias int i; << for (i=0; i<100; i++) {...anything...} << the default is the "safe" method. << If the compiler notices that I don't modify i in the loop < ***********************