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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ae395e5c11de7bc9 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!188.40.43.213.MISMATCH!feeder.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: segfault with large-ish array with GNAT Date: Fri, 19 Mar 2010 20:10:14 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: Injection-Date: Fri, 19 Mar 2010 20:10:14 +0000 (UTC) Injection-Info: feeder.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="20390"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/n1yJVPKdym3KtTNsv25jbD10L9gyCuEA=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:WxkymNZ5MJg9krBBYh8hID0F07I= Xref: g2news2.google.com comp.lang.ada:10642 Date: 2010-03-19T20:10:14+00:00 List-Id: Simon Wright expounded in news:m2bpeknq9p.fsf@pushface.org: > tmoran@acm.org writes: > >> IIRC, the Burroughs 6500 had what they called a "cactus stack" where >> branching would occur for new threads. And there was a Texas >> Instruments microprocessor that had no real stack, but rather a set >> of registers that could be saved to RAM on a subroutine call. >> These preceded DOS. > > The PDP-8 worked like that; the JMS instruction stored the return > address in the first word of the subroutine, execution started at the > next word. That was the way with the IBM-1130 as well. Not too good for recursive calls though. Warren