mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 21:22:50 +02:00
This small inline function causes some pain to the compiler when used inside other functions due to its use of the unlikely() hint for non-digits. It causes the letters to be processed far away in the calling function and makes the code less efficient. Removing these unlikely() hints has increased the chunk size parsing by around 5%.