commit | 47d940485a1c9c184ddc73d3bd563ec21d7b2088 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jun 23 22:39:37 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 23 22:39:37 2008 +0200 |
tree | ef0ea8623bbfaef885f05656b5db6254fef8ea93 | |
parent | b0b37bcd657142d942e7ee8b1c7f1d3651db2d29 [diff] |
[OPTIM] add branch prediction hints in list manipulations GCC does not do very clever things with the ifs in list manipulation macros. Adding a 'likely' helps it remove expensive jumps and useless code.