[4919] in Athena Bugs
Re: libc compat-sys5 (mem*)
daemon@ATHENA.MIT.EDU (raeburn@ATHENA.MIT.EDU)
Sat May 12 21:01:03 1990
From: raeburn@ATHENA.MIT.EDU
To: John T Kohl <jtkohl@ATHENA.MIT.EDU>
Cc: bugs@ATHENA.MIT.EDU
In-Reply-To: [4916] Your message of Sat, 12 May 90 18:00:58 -0400.
Date: Sat, 12 May 90 21:00:42 EDT
Actually, memcpy is the routine permitted to be "sloppy" wrt overlapping memory
blocks; since bcopy is more careful, it is a permissible substitute.
I believe the assembly-coded version uses some instructions which must be
emulated on the vs2. If these are being used for anything other than print
servers, this might be something to be concerned about. (On the other hand,
this routine probably isn't used often enough to be of great concern either
way....)