Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/arch/i386/string



Module Name:    src
Committed By:   dsl
Date:           Thu Feb  3 22:05:01 UTC 2005

Modified Files:
        src/lib/libc/arch/i386/string: bzero.S memset.S

Log Message:
A faster implementation.
'rep stos' is slow to setup on modern processors, so don't use it to
align the transfer.
Also not that 8 byte alignment is faster on Intel processors


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/lib/libc/arch/i386/string/bzero.S \
    src/lib/libc/arch/i386/string/memset.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index