You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
517: Apply #[inline] attribute to bitbanding functions. r=burrbull a=therealprof
The generated code for the functions is usually only 1-2 instruction(s),
calling such a function causes more overhead than inlining it. Most
example binaries shrink up to 1kB by this hint.
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
Co-authored-by: Daniel Egger <daniel@eggers-club.de>
0 commit comments