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.36.67.5 with SMTP id s5mr3311214itb.28.1500068107478; Fri, 14 Jul 2017 14:35:07 -0700 (PDT) X-Received: by 10.36.82.207 with SMTP id d198mr253527itb.8.1500068107445; Fri, 14 Jul 2017 14:35:07 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!188no902346itx.0!news-out.google.com!196ni4580itl.0!nntp.google.com!188no902343itx.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 14 Jul 2017 14:35:06 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.229.240.94; posting-account=l8k8IwoAAADeDydswOzwNzmn10qOk9gt NNTP-Posting-Host: 85.229.240.94 References: <62ae5f16-9aa0-4512-89c5-11382eca8a88@googlegroups.com> <4f0cc0ce-2609-4581-9a8c-010a380214af@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: How to use Zero Footprint runtime with GNAT GPL 2017 From: ake.ragnar.dahlgren@gmail.com Injection-Date: Fri, 14 Jul 2017 21:35:07 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:47417 Date: 2017-07-14T14:35:06-07:00 List-Id: Thanks for the feedback Egil, Mark and Simon! I can confirm the ZFP native = runtime is only provided in the Linux and Windows version of GNAT GPL 2017.= I also saw the ios-simulator RTS in Darwin, but don't know how to make use= of it, yet. On windows 10 the hello world executable goes from 952kb to 131kb with the = ZFP runtime, and on Linux Ubuntu 16.04 the executable goes from 588kb to 11= kb. Comparing with hello world application for C++, the executable is 109kb= on Windows 10 and 7,5kb in Linux Ubuntu. Best regards, Joakim