Willy Tarreau efc612c17b [CLEANUP] replace a few occurrences of (flags & X) && !(flags & Y)
This construct collapses into ((flags & (X|Y)) == X) when X is a
single-bit flag. This provides a noticeable code shrink and the
output code results in less conditional jumps.
2009-01-09 12:18:24 +01:00
..
2007-11-28 14:20:44 +01:00
2007-11-28 14:20:44 +01:00
2007-11-28 14:20:44 +01:00
2007-11-28 14:20:44 +01:00
2008-05-30 07:07:19 +02:00