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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: How to get Ada to =?utf-8?Q?=E2=80=9Ccross?= the =?utf-8?Q?ch?= =?utf-8?Q?asm=E2=80=9D=3F?= Date: Sun, 06 May 2018 09:02:21 +0100 Organization: A noiseless patient Spider Message-ID: References: <878t9nemrl.fsf@nightsong.com> <87h8nl50rw.fsf@nightsong.com> <87d0y97lda.fsf@nightsong.com> <874ljl7jyb.fsf@nightsong.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="9f501ea9e34918f5bf485e8ebfe284c9"; logging-data="19965"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Kxc0MLmPduEz7QSPzCczEGhKXCW2I/mU=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:0idFaZ9lMcTEjWxguQDbo4ygXZQ= sha1:BR+6opxRjYTeP86EVp3jBIm8OJo= Xref: reader02.eternal-september.org comp.lang.ada:52029 Date: 2018-05-06T09:02:21+01:00 List-Id: Dennis Lee Bieber writes: > And for the avionics I have been exposed to -- you do not use > constructs that require the secondary stack... Same reason -- size not > known until run-time. Just for interest, I just rebuilt AdaCore's Certyflie with the restriction No_Secondary_Stack; no problems. Might be different if there'd been any debug output, of course. I didn't try rebuilding the Ada_Drivers_Library like this: I've already had to remove No_Recursion, because the library includes directory traversal in file systems.