Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site cbosgd.UUCP Path: utzoo!linus!philabs!cmcl2!floyd!clyde!ihnp4!cbosgd!mark From: mark@cbosgd.UUCP (Mark Horton) Newsgroups: net.lang Subject: Re: static links vs. displays Message-ID: <447@cbosgd.UUCP> Date: Tue, 18-Oct-83 12:52:12 EDT Article-I.D.: cbosgd.447 Posted: Tue Oct 18 12:52:12 1983 Date-Received: Wed, 19-Oct-83 23:58:11 EDT References: <2501@utcsrgv.UUCP> Organization: AT&T Bell Laboratories, Columbus Lines: 6 One advantage to static links is that, if you decide to put displays and/or links in registers (a very reasonable way to do it), if you use static links you need only 2 registers (global and static links), but if you use displays you must allocate N registers, where N is the deepest procedure nesting you can handle (or that occurs in the program, if your runtime system knows about the specific program).