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,d87a073fea49d80c,start X-Google-Attributes: gid103376,public From: Nicolas Brunot Subject: Objectada link time Date: 2000/09/29 Message-ID: <39D46B13.BEFF4288@cadwin.com>#1/1 X-Deja-AN: 675468090 Content-Transfer-Encoding: 7bit X-Accept-Language: fr Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@proxad.net X-Trace: nnrp1.proxad.net 970222115 212.27.43.66 (Fri, 29 Sep 2000 12:08:35 MEST) Organization: Guest of ProXad - France MIME-Version: 1.0 NNTP-Posting-Date: Fri, 29 Sep 2000 12:08:35 MEST Newsgroups: comp.lang.ada Date: 2000-09-29T00:00:00+00:00 List-Id: Consulting FAQ on Aonix web site, I found the following : >>5.My compiler seems slow. How can I speed it up? >>... >>Sometimes users report a slow build time. Usually, much of the build time >>occurs during the link phase, not during the compilation phase, a reflection of >>the architecture of the Microsoft linker. Comparing with Rational Apex which also include the Microsoft linker, there is a enormous difference. for an application of about 15 Mo, linked from about 1200 Ada units : Apex link is about 1 mn Objectada link reaches 10 mn ... So there should be not only a microsoft linker problem here. Has anybody found a solution to this kind of problem ? Thanks for any information