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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e9f27bbe0678fdfc X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: huge executable?? Date: 2000/05/15 Message-ID: <8fq2ue$ff5$1@nnrp1.deja.com>#1/1 X-Deja-AN: 623832377 References: <391E09C3.FA04871E@mailandnews.com> <9EET4.760$pN4.423580@news.pacbell.net> <3920DA5B.2F56@club-internet.fr> <8fpu0g$a3e$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x41.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Mon May 15 23:58:13 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-05-15T00:00:00+00:00 List-Id: In article , lutz@iks-jena.de (Lutz Donnerhacke) wrote: > I'm developing for Systems with 8 MB RAM and 64 kb RAM. 8MB RAM is a perfectly reasonable design point, and the overhead of 128K or so of standard runtime stuff is reasonable. If you are developing for 64K byte machines, you have a VERY different situation on your hands. Clearly here you are talking about embedded systems, and in such systems, you very rarely want any significant runtime code. The best alternative using GNAT here is to use GNORT, which completely eliminates the runtime completely. If on the other hand, you are saying that you have 64K of data, but more code space, then again there may be no problem. Did you perhaps mean to say 8MB ROM and 64K RAM (that would make a whole lot more sense ...) Sent via Deja.com http://www.deja.com/ Before you buy.