On Tue, Oct 8, 2024 at 6:49 PM Stephen Hemminger
wrote:
>
> Recent versions of GCC have some additional function attributes that can
> help with DPDK performance and stability.
>
> The alloc_align attribute tells the compiler what the alignment
> of the allocation will be, and the optimizer can us
> Subject: [PATCH v9 00/17] Use malloc function attribute to uncover bugs
>
> Recent versions of GCC have some additional function attributes that can help
> with DPDK performance and stability.
>
> The alloc_align attribute tells the compiler what the alignment of the
>
> Recent versions of GCC have some additional function attributes that can
> help with DPDK performance and stability.
>
> The alloc_align attribute tells the compiler what the alignment
> of the allocation will be, and the optimizer can use this to produce
> better code (especially memcpy and s
Recent versions of GCC have some additional function attributes that can
help with DPDK performance and stability.
The alloc_align attribute tells the compiler what the alignment
of the allocation will be, and the optimizer can use this to produce
better code (especially memcpy and structure copie
4 matches
Mail list logo