Messages in this thread |  | | | Subject | Re: [PATCH] x86: generic versions of find_first_(zero_)bit, convert i386 | | From | Andi Kleen <> | | Date | 31 Mar 2008 23:58:02 +0200 | |
Alexander van Heukelum <heukelum@mailshack.com> writes:
>
> bitmap <- [0...]
> for bitmapsize=1 to 512
> for bitposition=0 to bitmapsize-1
I don't think that's a useful benchmark because you're testing
mostly values that a real kernel will never use.
-Andi
|  |