Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
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.
Home |
Main Index |
Thread Index |
Old Index