From owner-cvs-all Fri Dec 8 0:39:20 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 00:39:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 70AF837B400; Fri, 8 Dec 2000 00:39:14 -0800 (PST) Received: from newsguy.com (p15-dn03kiryunisiki.gunma.ocn.ne.jp [210.232.224.144]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id RAA22516; Fri, 8 Dec 2000 17:39:10 +0900 (JST) Message-ID: <3A309DB7.6483DA9B@newsguy.com> Date: Fri, 08 Dec 2000 17:37:11 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR MIME-Version: 1.0 To: Matt Dillon Cc: John Baldwin , Jeroen Ruigrok van der Werven , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail References: <3A2EEF7B.6F8F2BE@newsguy.com> <200012072214.eB7MEhF13510@earth.backplane.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matt Dillon wrote: > > In general, there isn't much point in using 'register' any more. > Old compilers only allocated registers when you told them to. Newer > compilers (generally anything newer then 15-20 years ago) will > automatically allocate registers and the 'register' keyword will just > mess around with the selection heuristic to make it 'more likely'. I'm not disputing the fact that register is better left unused, I'm just disputing the statement that it doesn't cause any changes to the code generated. I would much rather have ripped all the register stuff from regex, but I was trying very hard not to _change_ anything, just add. That, we a certain committer I know was planning replacing it by Spencer's latest code. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.great.underground.bsdconpiracy.org "The bronze landed last, which canceled that method of impartial choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message