Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!jarthur!uunet!metaware!fjb From: fjb@metaware.metaware.com (Fred Bourgeois) Newsgroups: comp.lang.c Subject: Re: Just a little something that has been bothering me. Summary: Don't let it bother you.... Keywords: bother, aggravate, etc. Message-ID: <673@metaware.metaware.com> Date: 10 Dec 90 20:45:47 GMT References: <1990Nov30.180913.20890@clear.com> <1990Dec08.222943.1581@cs.widener.edu> <14694@smoke.brl.mil> Reply-To: fjb@metaware.UUCP (Fred Bourgeois) Organization: MetaWare Inc., Santa Cruz, CA Lines: 17 Expires: Sender: Followup-To: Distribution: In article <14694@smoke.brl.mil> gwyn@smoke.brl.mil (Doug Gwyn) writes: >In article <1990Dec08.222943.1581@cs.widener.edu> sven@cs.widener.edu (Sven Heinicke) writes: >-What is quicker? >- int a = 0,i = 0; >-or >- int a,i; >- i = a = 0; >-and why? >-This type of thing has been bothering me for a long time. >Why would you care? They're obviously not going to be bottlenecks.. ... and if they *still* bother you, try generating assembly listing and see what the compiler does with them. ;-) -- Fred Bourgeois, MetaWare Inc., 2161 Delaware Avenue, Santa Cruz, CA 95060-2806 fjb@metaware.com ...!uunet!metaware!fjb Colorless Green Ideas Sleep Furiously, and so do I.