From: ian AT cygnus DOT com (Ian Lance Taylor) Subject: Re: Optimizing memset/memcpy/strcpy/etc. 17 Feb 1998 14:19:57 -0800 Message-ID: <199802172218.RAA03157.cygnus.cygwin32.developers@subrogation.cygnus.com> References: Reply-To: cygwin32-developers AT cygnus DOT com To: cgf AT bbc DOT com (Christopher Faylor) Cc: cygwin32-developers AT cygnus DOT com From: cgf AT bbc DOT com (Christopher Faylor) Date: Tue, 17 Feb 1998 22:12:13 GMT Has anyone experimented with the editbin that comes with MSDEV? It seems to indicate that it will speed up the load time of a DLL: I have not used it. My understanding is that it only makes a difference when you have more than one DLL at the same base address. That should not happen in a normal cygwin32 app. When it does happen, you can see it happening if you run the program under gdb. Ian