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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,22fbdbb6ab08eb4a X-Google-Attributes: gid103376,public From: Gautier Subject: Re: Basic questions about Ada95 Date: 1999/08/02 Message-ID: <37A59BE2.38395082@maths.unine.ch>#1/1 X-Deja-AN: 507948025 Content-Transfer-Encoding: 7bit References: <933315145.641@www.remarq.com> Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-08-02T00:00:00+00:00 List-Id: > 2.Is the size of the executables in an acceptable range? It depends on the compiler/linker system, the optimization and security level choosen: Ada provides a standard set of run-time checks you can suppress with pragmas or with options. A linker that is aware of modularity like Janus Ada linker or Borland Pascal/Delphi linker is able to trim unused code unlike "old-fashioned" standard linkers for Fortran/C/C++/ASM. GNAT 3.11 does this trimming with gnatelim tool. -- Gautier -------- http://members.xoom.com/gdemont/