Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86: Inline the spin lock function family
Combined with LTO, this yields a consistent 5% boost to procfs I/O performance right off the bat (as measured with callbench). The spin lock functions constitute some of the hottest code paths in the kernel; inlining them to improve performance makes sense. Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
- Loading branch information