Xref: news2.mv.net comp.os.msdos.djgpp:4053 From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Unused functions & slow linking? Date: Mon, 20 May 1996 18:30:33 +0200 Organization: NetVision LTD. Lines: 13 Message-ID: References: <199605160312 DOT XAA07094 AT delorie DOT com> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On 16 May 1996, Dave Mason wrote: > I presume this factorization into functions is the reason that the > linker is so slow. It seems a *lot* slower than with V1.(13?). No, the library functions were factored that way in v1.x too (any well-organised library should do this). If linking is slow on your system, please post the details of your system configuration. Is DJGPP installed on a networked or compressed drive? Do you use a disk cache? Also try stubediting ld.exe to enlarge its transfer buffer to 64KB; this does wonders to the link times on some systems.