Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Dec 2000 17:37:11 +0900
From:      "Daniel C. Sobral" <dcs@newsguy.com>
To:        Matt Dillon <dillon@earth.backplane.com>
Cc:        John Baldwin <jhb@FreeBSD.ORG>, Jeroen Ruigrok van der Werven <asmodai@FreeBSD.ORG>, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.bin/tail forward.c read.c reverse.c tail
Message-ID:  <3A309DB7.6483DA9B@newsguy.com>
References:  <XFMail.001204105855.jhb@FreeBSD.org> <3A2EEF7B.6F8F2BE@newsguy.com> <200012072214.eB7MEhF13510@earth.backplane.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A309DB7.6483DA9B>