Just a little something that has been bothering me.

Fred Bourgeois fjb at metaware.metaware.com
Tue Dec 11 07:45:47 AEST 1990


In article <14694 at smoke.brl.mil> gwyn at smoke.brl.mil (Doug Gwyn) writes:
>In article <1990Dec08.222943.1581 at cs.widener.edu> sven at 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 at metaware.com					...!uunet!metaware!fjb
	     Colorless Green Ideas Sleep Furiously, and so do I.



More information about the Comp.lang.c mailing list