Commit d0e9e5f
Merge #515
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>1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
161 | 163 | | |
162 | 164 | | |
163 | 165 | | |
| 166 | + | |
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| |||
0 commit comments