Description:
Many of the functions (especially under board/) have the #[inline(always)] attribute. It would be good to run some tests comparing the different inlining attributes that Rust offers. Not all of these functions may need to be forcibly inlined.
Relevant Link(s):
Requirements:
Description:
Many of the functions (especially under
board/) have the#[inline(always)]attribute. It would be good to run some tests comparing the different inlining attributes that Rust offers. Not all of these functions may need to be forcibly inlined.Relevant Link(s):
Requirements:
inlineandinline(always)