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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.92.204 with SMTP id j52mr7276004yhf.26.1401043347313; Sun, 25 May 2014 11:42:27 -0700 (PDT) X-Received: by 10.140.48.101 with SMTP id n92mr2421qga.15.1401043347191; Sun, 25 May 2014 11:42:27 -0700 (PDT) Path: backlog3.nntp.dca3.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!hl10no5422288igb.0!news-out.google.com!qf4ni13600igc.0!nntp.google.com!c1no16823570igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 25 May 2014 11:42:27 -0700 (PDT) In-Reply-To: <199524360422720595.802029laguest-archeia.com@nntp.aioe.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=178.215.113.26; posting-account=0EXciQoAAABnszktho592qzTsx_OoajA NNTP-Posting-Host: 178.215.113.26 References: <199524360422720595.802029laguest-archeia.com@nntp.aioe.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Where to get Zero Footprint Profile? From: droiddermo@gmail.com Injection-Date: Sun, 25 May 2014 18:42:27 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.dca.giganews.com comp.lang.ada:186613 Date: 2014-05-25T11:42:27-07:00 List-Id: > You create the zfp by copying the relevant source files from the version = of > gnat source you have, they are all intrinsics so don't need any rt. > Interfaces.c needs to have the subprigrams removing as they return I > constrained types, unless you enable a simple secondary stack. Thanks! So as far as I understood there is no ready to use ZFP available fo= r free? Is there any good read about Ada's runtime, compiler's intrinsics a= nd using Ada for bare bones development in general? For example I don't qui= te understand what is secondary stack and what it is used for. Also from re= ading Ada bare bones page on osdev I didn't understand why you had to disab= le recursive calls, is it somehow dependent on some runtime's code?