[PATCH v7 RESEND 5/6] arm64: futex: small optimisation for __llsc_futex_atomic_set()
Catalin Marinas
catalin.marinas at arm.com
Fri Sep 12 09:36:20 PDT 2025
On Thu, Sep 11, 2025 at 05:19:11PM +0100, Yeoreum Yun wrote:
> > > +static __always_inline int
> > > +__llsc_futex_atomic_set(int oparg, u32 __user *uaddr, int *oval)
[...]
> > Hmm, I'm really not sure this is worthwhile. I doubt the "optimisation"
> > actually does anything and adding a whole new block of asm just for the
> > SET case isn't much of an improvement on the maintainability side, either.
>
> TBH, I had the same question, but I thought this code seems to modify
> freqenetly, I decide even a small optimisation -- reduce one instruction
> only.
>
> But I don't have strong opinion for this patch.
> If it's not good for maintainability perspective,
> This patch can be dropped.
I'd drop it for now unless you can show some performance benefits
(unlikely).
--
Catalin
More information about the linux-arm-kernel
mailing list