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,81cf52699486abe7 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Code size of Ada ? was Re: Ada95 Strengths/Weaknesses. Date: 1999/09/30 Message-ID: <7supom$9ql$1@nnrp1.deja.com>#1/1 X-Deja-AN: 530989126 References: <37EED7B8.245C0054@yukyonline.co.yuky> <7smp30$9aa1@news.cis.okstate.edu> <7sp8m9$a6e$1@nnrp1.deja.com> <37F0D03C.DE4807D4@icn.siemens.de> <7srnb9$2u3$1@nnrp1.deja.com> <1999Sep29.075617.1@eisner> <37F22BB1.F3524D60@icn.siemens.de> <37F25273.298DCBD6@Maths.UniNe.CH> X-Http-Proxy: 1.0 x34.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Thu Sep 30 04:43:04 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-09-30T00:00:00+00:00 List-Id: In article <37F25273.298DCBD6@Maths.UniNe.CH>, Gautier wrote: > A C linker will put together the entire object code files with > needed and unneeded parts... No, this varies from system to system, a decent linker will remove unused control sections (for example this is done on AIX - IBM understands linkers ...) > Since GNAT uses a _C_ linker, this may be why your .exe is so > big! There is no such thing as a "C" linker, GNAT uses the system linker which may or may not have the capability of removing unused stuff. > But GNAT 3.11+ provides a source-level trimming tool (gnatelim)... Right, which trims in a system independent manner ... Sent via Deja.com http://www.deja.com/ Before you buy.