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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6575b47ba54cee7c X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news1.google.com!postnews.google.com!e10g2000prf.googlegroups.com!not-for-mail From: Hibou57 Newsgroups: comp.lang.ada Subject: Re: Reducing the size of executables produced by GNAT Date: Wed, 13 Feb 2008 14:14:38 -0800 (PST) Organization: http://groups.google.com Message-ID: <3ff060f5-673b-4011-a0d1-1692d6e6f105@e10g2000prf.googlegroups.com> References: <40e9c01a-8d31-4554-9d9b-18cce7834d56@s12g2000prg.googlegroups.com> <47b300d3$1@news.post.ch> <9c0a949b-ce82-4eda-99c9-02aace675266@d21g2000prf.googlegroups.com> <47b360b1$1_4@news.bluewin.ch> NNTP-Posting-Host: 86.75.149.97 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1202940878 9206 127.0.0.1 (13 Feb 2008 22:14:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 13 Feb 2008 22:14:38 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e10g2000prf.googlegroups.com; posting-host=86.75.149.97; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.23 (Windows NT 5.1; U; fr),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19784 Date: 2008-02-13T14:14:38-08:00 List-Id: On 13 f=E9v, 22:27, Gautier wrote: > * For instance make a preprocessor for Ada (to begin with, a small subset = of > Ada) that spits FreePascal code. Then you would have your small "fixed cos= t" for > free with FreeAda (=3D preprocessor + FreePascal). > * Alternatively, build an Ada front-end to the FreePascal compiler. Better create a compiler from the ground up than playing such dangerous game (hihi). > * Consider using another Ada compiler than GNAT to that purpose. The fact is that GNAT is a monopol in this area. There use to be SmallAda, and =B5Ada, which were rahter Ada interpreters. Just look for "Ada compiler", on any search engine, and you will always be bringed to "GNAT", in one way in an other. > Have you ever tried to have your own daemon on a shared host > in any decent hosting company? LOL Yes, if it would have been possible, I would have done it from a long. Just to come back to GNAT and its runtime, I will have a look at the RTS source code. Pffff.... that's too much, and I feel as in an idle state :p It seems that they is an option --RTS=3Dsjlj to use a kind of "long jump" =E0 la C, but I do not know if it is smaller, and I can't test it beceause the compiler said it can't find the runtime (there is just one RTS, both in my Windows and Linux GNAT installation). Have a nice day