summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/qsort.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2003-07-25 15:54:23 +0000
committerbde <bde@FreeBSD.org>2003-07-25 15:54:23 +0000
commitea9b26bc94ee4b76cecbc4dd120898f7adeffb54 (patch)
treed71a5b66afd569df931875a573c3fe386e8bdaa4 /lib/libc/stdlib/qsort.c
parent60f3be7c63d06a047ec9cf7f0bee5fed854c1b84 (diff)
downloadFreeBSD-src-ea9b26bc94ee4b76cecbc4dd120898f7adeffb54.zip
FreeBSD-src-ea9b26bc94ee4b76cecbc4dd120898f7adeffb54.tar.gz
Backed out the micro-optimization in 1.4. It was to help gcc-2.6.3
on i486's (and probably i386's), but it has had very little effect since gcc-2.7 or gcc-2.95. With gcc-3.3, it gave a small pessimization for at least i386's, athlon-xp's and pentium4's, a small optimization (I think) for pentium1's, and made no difference for i386's. (movzbl is best for all the later processors, and the micro-optimization was to stop it being used on i486's.)
Diffstat (limited to 'lib/libc/stdlib/qsort.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud