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: 103376,73175d2d01a1b1dd X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.46.193 with SMTP id x1mr4168243pbm.7.1317689548428; Mon, 03 Oct 2011 17:52:28 -0700 (PDT) Path: lh7ni10930pbb.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!feeder.news-service.com!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: subprogram must not be deeper than access type Date: Tue, 04 Oct 2011 02:52:26 +0200 Organization: Ada @ Home Message-ID: References: <20110925160442.399884a0@c-01b> NNTP-Posting-Host: Kti8eQLaPvHZUH9Tgegn6g.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/11.51 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Xref: news1.google.com comp.lang.ada:18283 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Date: 2011-10-04T02:52:26+02:00 List-Id: Le Tue, 04 Oct 2011 01:39:22 +0200, Adam Beneschan a = =C3=A9crit: >> Display vectors ? > > This might help: > > http://en.wikipedia.org/wiki/Call_stack > > -- Adam OK, I see, a display, is a list of pointers to the outer frames on a = stack, just like Borland Pascal compiler did. I've never suspected this = = could be named =E2=80=9Ca display=E2=80=9D. The word =E2=80=9Cdisplay=E2= =80=9D may have a wider meaning = than I use to though. Thanks Adam, now it's clear. -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [Ep= igrams on = Programming =E2=80=94 Alan J. =E2=80=94 P. Yale University] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [Idem] Java: Write once, Never revisit