Subject: changed files: 'src/lib/libc/arch/i386/string bcmp.S memcmp.S'
To: None <source-changes>
From: J.T. Conklin <jtc>
List: source-changes
Date: 03/21/1994 17:15:50
Update of /b/source/CVS/src/lib/libc/arch/i386/string
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc/arch/i386/string

Modified Files:
	bcmp.S memcmp.S 
Log Message:
mem -> reg & reg->reg moves take the same time; so save a cycle by reading
the block length from the stack instead of caching it in a register.


------------------------------------------------------------------------------