Xref: utzoo comp.sys.ibm.pc.misc:9254 comp.windows.ms.programmer:2182 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!apple!tahoe!jimi!sunnyland.cs.unlv.edu!whitney From: whitney@sunnyland.cs.unlv.edu (Lee Whitney) Newsgroups: comp.sys.ibm.pc.misc,comp.windows.ms.programmer Subject: Re: Using Borland C++ Message-ID: <1991May2.192124.26449@unlv.edu> Date: 2 May 91 19:21:24 GMT References: <1991Apr5.171426.28904@SanDiego.NCR.COM> <1038@stewart.UUCP> <1991Apr11.162855.10164@SanDiego.NCR.COM> <1991Apr12.154854.29070@SanDiego.NCR.COM> Sender: news@unlv.edu (News User) Reply-To: whitney@sunnyland.cs.unlv.edu (Lee Whitney) Organization: UNLV Computer Science and Electrical Engineering Lines: 25 In article <1991Apr12.154854.29070@SanDiego.NCR.COM>, davel@booboo.SanDiego.NCR.COM (David Lord) writes: ) From: davel@booboo.SanDiego.NCR.COM (David Lord) ) Subject: Re: Using Borland C++ ) Date: 12 Apr 91 15:48:54 GMT ) Organization: NCR Corporation, Rancho Bernardo ) ) In article <1991Apr11.162855.10164@SanDiego.NCR.COM> davel@booboo.SanDiego.NCR.COM (David Lord) writes: ) >davel@booboo.SanDiego.NCR.COM (David Lord) (that's me!) writes: ) > ) >>1) Linking even a minimal Windows program on my 386SX takes twenty minutes. ) >> Using Hyperdisk in Staged Write mode will cut the time down to about five. ) ) To all those people who kept telling me to run the compiler in protected ) mode: you were right. ) ) The program I'm working on took 8 minutes to link in normal mode, ) 4 minutes with Hyperdisk in staged write mode, and 6 SECONDS when ) I run the compiler in protected mode, and that's running under Windows. ) ) Color me astounded. I would kind of like to know where all that extra ) time is going in normal mode. ) Really! Why is protected mode an excuse? The Turbo C 2.0 linker was lightning fast in real mode, so obviously it's possible to avoid at least an unreasonable delay. That kind of link speed is not even livable let alone likable.