Re: [PATCH 2/2] mm, rmap: handle anon_vma_fork() NULL check inline
From: Matthew Wilcox
Date: Mon Dec 09 2024 - 08:37:53 EST
On Mon, Dec 09, 2024 at 09:25:49PM +0800, Jinjie Ruan wrote:
> Check the anon_vma of pvma inline so we can avoid the function call
> overhead if the anon_vma is NULL.
This really gets you 1% perf improvement? On what hardware?