]> arthur.barton.de Git - bup.git/commit
bloom: Don't use function pointers in tight loops
authorBrandon Low <lostlogic@lostlogicx.com>
Mon, 7 Feb 2011 17:07:59 +0000 (09:07 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 8 Feb 2011 01:27:17 +0000 (17:27 -0800)
commitf6464fb028c78c4d31232fedd94008a8320768e2
tree610837bc4d1f8139c466e683602f9dc3a308e665
parent29d3e263ee12085a4eeb4ff43d99e4860ac295d2
bloom: Don't use function pointers in tight loops

They really just confused the code at this point and may have prevented
GCC from doing some optimization.

Signed-off-by: Brandon Low <lostlogic@lostlogicx.com>
lib/bup/_helpers.c