haproxy/include
Willy Tarreau 4ed84c96cf OPTIM: listener: optimize cache-line packing for struct listener
Some unused fields were placed early and some important ones were on
the second cache line. Let's move the proto_list and name closer to
the end of the structure to bring accept() and default_target() into
the first cache line.
2019-02-04 05:09:14 +01:00
..
common CLEANUP: threads: fix misleading comment about all_threads_mask 2019-02-02 17:48:39 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto BUG/MINOR: server: fix logic flaw in idle connection list management 2019-01-31 19:38:25 +01:00
types OPTIM: listener: optimize cache-line packing for struct listener 2019-02-04 05:09:14 +01:00