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
Remove #[inline] from private, pub(crate), and inner functions where
the compiler already has full visibility, and from large (>20 line)
functions where code bloat outweighs benefit.
Add #[inline] to BitBuffer operator trait impls (BitOr, BitAnd, Not,
BitXor) — non-generic impls on a concrete type that are otherwise
opaque cross-crate with LTO disabled.
Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
0 commit comments