Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!cs.utexas.edu!uunet!nuchat!moray!urchin!f506.n106.z1.fidonet.org!Roy.Browning From: Roy.Browning@f506.n106.z1.fidonet.org (Roy Browning) Newsgroups: comp.lang.c Subject: Registers used by compiler Message-ID: <17678.24CD12A4@urchin.fidonet.org> Date: 25 Jul 89 06:20:55 GMT Sender: ufgate@urchin.fidonet.org (newsout1.26) Organization: FidoNet node 1:106/506 - Fulcrum's Edge, Spring TX Lines: 17 Walter: > Modern compilers stuff variables into registers regardless of the use > of the 'register' keyword. That keyword is an anachronism, only useful > with old compilers. I find myself in disagreement with such an absolute statement! For human thought is required to adapt to new or unexpected situations. The "register" declaration can be misused but it is a beneficial tool that I regret not having use of. When implemented it can offer significant improvement when code is designed expressly for register variables. Should the compiler or the programmer be in ultimate control?, Roy Browning