Re: RFC: booleans and the kernel

H. Peter Anvin (hpa@zytor.com)
24 Jan 2002 14:05:01 -0800


Followup to: <Pine.LNX.3.95.1020124165419.1859A-100000@chaos.analogic.com>
By author: "Richard B. Johnson" <root@chaos.analogic.com>
In newsgroup: linux.dev.kernel
>
> Don't you wish!
>
> cmpl $0,8(%ebp) <-------------- Compare against zero.

That's the fastest way in x86 to compare a memory variable against
zero. andl %reg,%reg only works if the value is already in a
register.

-hpa

-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt	<amsp@zytor.com>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/