qemu-irix/util
Peter Lieven 49f676a00a bitops: unroll while loop in find_next_bit()
this patch adopts the loop unrolling idea of bitmap_is_zero() to
speed up the skipping of large areas with zeros in find_next_bit().

this routine is extensively used to find dirty pages in
live migration.

testing only the find_next_bit performance on a zeroed bitfield
the loop onrolling decreased executing time by approx. 50% on x86_64.

Signed-off-by: Peter Lieven <pl@kamp.de>
Signed-off-by: Juan Quintela <quintela@redhat.com>
2013-03-26 13:32:32 +01:00
..
Makefile.objs iov: Factor out hexdumper 2013-03-15 16:41:58 +00:00
acl.c
aes.c
bitmap.c
bitops.c bitops: unroll while loop in find_next_bit() 2013-03-26 13:32:32 +01:00
cache-utils.c
compatfd.c
cutils.c buffer_is_zero: use vector optimizations if possible 2013-03-26 13:32:32 +01:00
envlist.c
error.c
event_notifier-posix.c
event_notifier-win32.c
fifo8.c
hbitmap.c
hexdump.c iov: Factor out hexdumper 2013-03-15 16:41:58 +00:00
host-utils.c
iov.c iov: Factor out hexdumper 2013-03-15 16:41:58 +00:00
module.c
notify.c
osdep.c
oslib-posix.c
oslib-win32.c
path.c
qemu-config.c
qemu-error.c
qemu-option.c qemu-option: Add qemu_opts_absorb_qdict() 2013-03-15 16:07:49 +01:00
qemu-progress.c
qemu-sockets.c Merge remote-tracking branch 'kwolf/for-anthony' into staging 2013-03-22 13:08:01 -05:00
qemu-thread-posix.c
qemu-thread-win32.c
qemu-timer-common.c
uri.c