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