Eric Blake wrote: > Along the lines of detecting compiler capabilities, would it be worth a > 'builtin_expect' module that provides a __builtin_expect in config.h for > compilers that don't provide it?
If you find it worth, please add it. I won't probably use it, because the amount of speedup one can gain with it is tiny and OTOH it makes the source code significantly less readable. Bruno