4 messages · Page 1 of 1 (latest)
When should I use #[inline(always)]?
#[inline(always)]
inline question
inline
I'd say: only when you've written a benchmark that shows that it helps
Probably pretty much never. the compiler is probably smarter than you about what to inline anyway