Date: Wed, 1 Jul 1998 11:47:56 +0300 (IDT) From: Eli Zaretskii To: Vik Heyndrickx cc: DJ Delorie , djgpp-workers AT delorie DOT com Subject: Re: djgpp alpha 980628 In-Reply-To: <3599EB17.6D5C@rug.ac.be> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 1 Jul 1998, Vik Heyndrickx wrote: > If this remark includes the __dj_memmove I sent you for the > 980101-alpha, I would like to hear about your specific concerns, so that > I can take your fear away. It makes memmove approx. four times as fast Btw, as long as we speak about memmove, I think it would be a good idea to have it test the source and destination for equality and return immediately if they compare equal. This would make memmove *infinitely* faster than the current version ;-). (I didn't yet look at the current alpha, so please excuse me if this optimization is already there.)