From: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>,
Stephen Boyd <sboyd@kernel.org>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] timer: Use static_branch_likely() for timers_nohz_active
Date: Wed, 23 Jun 2021 18:41:42 +0800 [thread overview]
Message-ID: <20210623184142.255b2769@xhacker.debian> (raw)
In-Reply-To: <87o8bydj0n.ffs@nanos.tec.linutronix.de>
On Tue, 22 Jun 2021 17:19:20 +0200
Thomas Gleixner <tglx@linutronix.de> wrote:
>
>
> On Thu, May 13 2021 at 14:33, Jisheng Zhang wrote:
> > NOHZ is likely to be enabled, so use static_branch_likely() to
>
> Why is it likely to be enabled? Did you make a survey of the wider
> distro universe or what?
One more thought: maybe NOHZ is confusing, what I mean here is:
timers_nohz_active is likely to be true.
If I update the commit msg as the following, is it acceptable?
"timers_nohz_active is likely to be true, so use static_branch_likely() to
reflect this fact. This could improve the finally generated code
a bit for the most likely scenario, I.E save two "jmp" instructions."
Thanks
>
> > reflect this fact. This could improve the finally generated code
>
> could improve? Either it does or it does not.
>
> Thanks,
>
> tglx
prev parent reply other threads:[~2021-06-23 10:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-13 6:33 [PATCH] timer: Use static_branch_likely() for timers_nohz_active Jisheng Zhang
2021-06-22 15:19 ` Thomas Gleixner
2021-06-23 3:17 ` Jisheng Zhang
2021-06-23 10:41 ` Jisheng Zhang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210623184142.255b2769@xhacker.debian \
--to=jisheng.zhang@synaptics.com \
--cc=john.stultz@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sboyd@kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.