Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/12/1996 01:00:02
jtc
Mon Nov 11 16:50:07 PST 1996
Update of /cvsroot/src/lib/libc/arch/i386/string
In directory netbsd1:/var/slash-tmp/cvs-serv10432

Modified Files:
	bcopy.S 
Log Message:
Changed the test that determines whether or not source and destination
memory regions are "potentially overlapping" to a test that determines
that the regions are actually overlapping.  Because the code for the
overlapping case is seven instructions longer, this signifcantly
improves performance in the average case.