Re: [PATCH] arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG.

From: Will Deacon
Date: Tue Mar 30 2021 - 08:08:56 EST


On Tue, Mar 30, 2021 at 04:57:50AM -0700, zhouchuangao wrote:
> It can be optimized at compile time.

Hmm, I don't see it (and I also don't understand why we care). Do you have
numbers showing that this is worthwhile?

Will