haproxy/include
Willy Tarreau ab322d4fd4 MINOR: buffers: simplify b_contig_space()
This function is used a lot in block copies and is needlessly
complicated since it still uses pointer arithmetic. Let's fall
back to regular offsets and simplify it. This removed around
23 bytes from b_putblk() and it removed any conditional jump.
2018-07-20 19:21:43 +02:00
..
common MINOR: buffers: simplify b_contig_space() 2018-07-20 19:21:43 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: connection: simplify subscription by adding a registration function 2018-07-19 18:31:07 +02:00
types MEDIUM: connections/mux: Revamp the send direction. 2018-07-19 18:31:07 +02:00