From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,a41c4a2c795dbe34 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!v12g2000vby.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: Re: Will "renames" increase program size? Date: Wed, 15 Jun 2011 02:11:16 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4c40218a-52ae-41ff-9c74-287d9f90625c@v12g2000vby.googlegroups.com> References: <46294109-f07d-49c0-8e81-65a369a05ced@z15g2000prn.googlegroups.com> NNTP-Posting-Host: 91.7.52.12 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1308129076 27175 127.0.0.1 (15 Jun 2011 09:11:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 15 Jun 2011 09:11:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v12g2000vby.googlegroups.com; posting-host=91.7.52.12; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.0; rv:2.0.1) Gecko/20100101 Firefox/4.0.1,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:20814 Date: 2011-06-15T02:11:16-07:00 List-Id: Additionally to=A0Randy's answer: IIRC, renaming a primitive operation adds an entry to the dispatch table, and the original and the renamed operation may be overridden with different operations upon derivation.