Path: utzoo!utgpu!attcan!uunet!husc6!bbn!rochester!kodak!scotty!jwr From: jwr@scotty.UUCP (Dier Retlaw Semaj) Newsgroups: comp.lang.c Subject: register variable declaration question Message-ID: <624@scotty.UUCP> Date: 7 Nov 88 17:22:28 GMT Reply-To: jwr@scotty.UUCP (Dier Retlaw Semaj) Organization: Systems Integration, Eastman Kodak Co, Rochester, NY Lines: 31 Summary: Expires: References: Sender: Followup-To: Keywords: A question: When should one declare a parameter to be a register variable? For example: int wally(the_beav) char *the_beav; { { Lots of stuff using the_beav } } Am I missing the boat entirely on this matter? Is there a cutoff point where declaring the parameter to be a register variable is no longer efficient? Should I immediately assign the value of the parameter to a local register variable? I have wondered this off & on for quite some time. Thanks for your time. -- Dier R. Semaj {ames,cmcl2,rutgers}!rochester!kodak!fedsys!wally!jwr --