Date: Thu, 21 Mar 2002 12:13:59 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Mark Murray <mark@grondar.za> Cc: <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/sbin/camcontrol camcontrol.c modeedit.c src/sbin/dumpfs dumpfs.c src/sbin/fsck_ffs dir.c fsutil.c inode.c pass1.c pass1b.c pass2.c pass4.c pass5.c preen.c setup.c Message-ID: <20020321120948.Q12290-100000@gamplex.bde.org> In-Reply-To: <200203202307.g2KN7C4j076159@grimreaper.grondar.org>
index | next in thread | previous in thread | raw e-mail
On Wed, 20 Mar 2002, Mark Murray wrote: > > > "register" -- just how many free registers do people think machines have?) > > > > Most machines designed after 1978 (8?) other than i386's have many. > > Programmers declared almost all local variables as register to encourage the > > compiler to keep as many as possible in registers. > > This is the same kind of thinking that resulted in sales-idiots at my > previous orkplace routinely marking all mail as "urgent". > > How can any system decide on the order of items if their declared > priority is the same? By not declaring all items with the same priority. The most natural prioritization convention is to declare things with highest priority first and allocate registers in the same order. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the messagehelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020321120948.Q12290-100000>
