haproxy/include
Willy Tarreau c5bd311b2a MINOR: lists: add a LIST_DEL_INIT() macro
It turns out that we call LIST_DEL+LIST_INIT very frequently and that
the compiler doesn't know what pointers get modified in the e->n->p
and e->p->n dance, so when LIST_INIT() is called, it reloads these
pointers, which is quite a bit of a mess in terms of performance.

This patch adds LIST_DEL_INIT() to perform the two operations at once
using local temporary variables so that the compiler knows these
pointers are left unaffected.
2019-03-07 11:45:44 +01:00
..
common MINOR: lists: add a LIST_DEL_INIT() macro 2019-03-07 11:45:44 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: sample: Extract some protocol buffers specific code. 2019-03-06 15:36:02 +01:00
types MINOR: sample: Rework gRPC converter code. 2019-03-05 11:04:23 +01:00