mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-18 13:05:38 +00:00
The memcpy() call in the aarch64 version of __ha_cas_dw() is sometimes inlined and sometimes not, depending on the gcc version. It's only used to copy two void*, so let's use direct assignment instead of memcpy(). It would also be possible to change the asm code to directly write there, but it's not worth it. With this change the code is 8kB smaller with gcc-5.4. |
||
---|---|---|
.. | ||
haproxy | ||
import |