Re: Assembly string functions in i386 libc
- From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 11 Jul 2007 15:21:07 -0700 (PDT)
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"
- Follow-Ups:
- Re: Assembly string functions in i386 libc
- From: Sean C. Farley
- Re: Assembly string functions in i386 libc
- References:
- Assembly string functions in i386 libc
- From: Sean C. Farley
- Re: Assembly string functions in i386 libc
- From: Peter Jeremy
- Assembly string functions in i386 libc
- Prev by Date: Re: Assembly string functions in i386 libc
- Next by Date: Re: Assembly string functions in i386 libc
- Previous by thread: Re: Assembly string functions in i386 libc
- Next by thread: Re: Assembly string functions in i386 libc
- Index(es):