mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-06 17:31:01 +01:00
Modern compilers were producing producing less efficient code in the field_start() loop, by not emitting two conditional jumps for a single test. However by reordering the test we can merge the optimal case and the default one and get back to good performance so let's simplify the test. This improves the parsing speed by 5%.
This needs to be built from the top makefile, for example : make admin/halog/halog