]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Backed out the micro-optimization in 1.4. It was to help gcc-2.6.3
authorBruce Evans <bde@FreeBSD.org>
Fri, 25 Jul 2003 15:54:23 +0000 (15:54 +0000)
committerBruce Evans <bde@FreeBSD.org>
Fri, 25 Jul 2003 15:54:23 +0000 (15:54 +0000)
commit4066649d5aaa66cd2834d86beb8aeb0720304995
treed71a5b66afd569df931875a573c3fe386e8bdaa4
parent42203b623d6e197c6529663d735d82c76f42b84b
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.)
sys/libkern/scanc.c