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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2cb1f0b6d642e1dc X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!panix!bloom-beacon.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Pascal Calling Convention Date: Fri, 25 Mar 2011 13:09:39 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <9b04626e-567d-408c-aab3-39b964b3ffd6@l2g2000prg.googlegroups.com> <4d8ccaa3$0$26415$882e7ee2@usenet-news.net> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1301072979 21155 192.74.137.71 (25 Mar 2011 17:09:39 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 25 Mar 2011 17:09:39 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:PEJC86Ap9FXQ2xoV6F9uNGFXUxs= Xref: g2news1.google.com comp.lang.ada:18451 Date: 2011-03-25T13:09:39-04:00 List-Id: Hyman Rosen writes: > On 3/25/2011 12:04 PM, Robert A Duff wrote: >> There must be a stack. > > Why? Because Ada supports recursion, which implies a LIFO data structure -- a stack. One per task, in fact. - Bob