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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,364dfbdf0a113a56 X-Google-Attributes: gid103376,public From: Gautier.DeMontmollin@maths.unine.ch (Gautier) Subject: Re: Looking for a smart linker for GNAT/DOS Date: 1997/04/18 Message-ID: <1997Apr18.105627.5914@news>#1/1 X-Deja-AN: 235670797 References: <1997Apr15.202909.5879@news> Organization: University of Neuchatel, Switzerland Reply-To: Gautier.deMontmollin@Maths.UniNe.CH Newsgroups: comp.lang.ada Date: 1997-04-18T00:00:00+00:00 List-Id: dewar@merv.cs.nyu.edu (Robert Dewar) writes: (...) > It is certainly the case that in large programs, the elimination of unused > subprograms would save a lot of code. > > We are currently developing a tool that will in fact operate at the front end > level and allow complete elimination of unused subprograms. Wow! Will it be integrated into GNAT (gnatmake) ? > This will be > useful on systems where the linker is not smart enough, which unfortunately > is the great majority of systems (both Unix and DOS have traditions of very > simple stupid linkers -- as far as I know, only AIX among standard Unix > impementations has a linker that eliminates unused subprograms. and Turbo Pascal linker among 16 bit DOS linkers... G.