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
515: Add `#[inline(always)]` to three generated methods. r=burrbull a=rcls
All three appear to be trivial wrappers, making the inline useful.
These showed up inspecting the assembly for an interrupt handler requiring sub-µs turn-around times, so fairly critical for that application.
Co-authored-by: Ralph Loader <ralph1loader@gmail.com>
0 commit comments