From: Jesper Dangaard Brouer
Date: Wed, 01 Nov 2017 12:44:45 +0100
> Discovered that the compiler laid-out asm code in suboptimal way
> when studying perf report during benchmarking of cpumap. Help
> the compiler by the marking unlikely code paths.
>
> Signed-off-by: Jesper Dangaard Brouer
App
On Wed, Nov 01, 2017 at 12:44:45PM +0100, Jesper Dangaard Brouer wrote:
> Discovered that the compiler laid-out asm code in suboptimal way
> when studying perf report during benchmarking of cpumap. Help
> the compiler by the marking unlikely code paths.
>
> Signed-off-by: Jesper Dangaard Brouer
On Wed, 1 Nov 2017 06:54:46 -0700
John Fastabend wrote:
> On 11/01/2017 04:44 AM, Jesper Dangaard Brouer wrote:
> > Discovered that the compiler laid-out asm code in suboptimal way
> > when studying perf report during benchmarking of cpumap. Help
> > the compiler by the marking unlikely code path
On 11/01/2017 04:44 AM, Jesper Dangaard Brouer wrote:
> Discovered that the compiler laid-out asm code in suboptimal way
> when studying perf report during benchmarking of cpumap. Help
> the compiler by the marking unlikely code paths.
>
> Signed-off-by: Jesper Dangaard Brouer
> ---
> kernel/bpf