performance bugs discovered by mycroft

This commit is contained in:
jtc 1993-06-16 16:31:00 +00:00
parent 421a9881f1
commit 93b87b90d7
2 changed files with 0 additions and 6 deletions

View File

@ -91,8 +91,6 @@ L1: movb (%edx),%al /* unroll loop, but not too much */
je L2
movb 7(%edx),%al
movb %al,7(%ecx)
testb %al,%al
je L2
addl $8,%edx
addl $8,%ecx
testb %al,%al

View File

@ -80,10 +80,6 @@ L1: movb (%edx),%al /* unroll loop, but not too much */
je L2
movb 7(%edx),%al
movb %al,7(%ecx)
testb %al,%al
je L2
movb 8(%edx),%al
movb %al,8(%ecx)
addl $8,%edx
addl $8,%ecx
testb %al,%al