commit | 7d58a63071fb8a675275b38a28b7e18c1a9046a5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Jan 13 23:06:06 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jan 13 23:06:06 2007 +0100 |
tree | 8e078aa938ae68b7eddc498fe0f8ee99588ffefb | |
parent | 0f7562b8d3fa7345ff876c6372887b4c56862f27 [diff] |
[MINOR] added the Linux-style likely/unlikely macros Recent GCC versions support the __builtin_expect() macro which is undecipherable. Let's use likely()/unlikely() like it's done in Linux.