Date: Tue, 13 Feb 1996 16:55:43 +0200 (IST) From: Eli Zaretskii To: "Y. Lazarovitch" Cc: djgpp AT delorie DOT com Subject: Re: problem with V2 ld.exe on 386... On Tue, 13 Feb 1996, Y. Lazarovitch wrote: > does > it make sense that ld should take the most time? Depends on how large is the executable. For large executables, ld might be the most heavy user of the virtual memory. Also, for a system like yours, where there isn't enough RAM to install a disk cache, you should set BUFFERS (on your CONFIG.SYS) to a sufficiently large value (like, say, "BUFFERS=40,8"), or else disk operations will be awfully slow; that could indeed have an adverse effect on the linker which has to scan a lot of files.