RE: [PATCH 01/26] compiler: introduce noinline_for_kasan annotation
From: David Laight
Date: Fri Mar 03 2017 - 12:02:07 EST
From: Andrey Ryabinin
> Sent: 03 March 2017 13:50
...
> noinline_iff_kasan might be a better name. noinline_for_kasan gives the impression
> that we always noinline function for the sake of kasan, while noinline_iff_kasan
> clearly indicates that function is noinline only if kasan is used.
noinline_if_stackbloat
David