Re: Assembly string functions in i386 libc



Long ago I decided that strlen() was simply not in the critical path
for virtually any program. A few nanoseconds here or there is not
going to result in any noticeable improvement for any program other then
a benchmark designed to test strlen(). It isn't worth the effort to
optimize.

-Matt
_______________________________________________
freebsd-arch@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@xxxxxxxxxxx"