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
Auto merge of #142815 - tgross35:transcribe-perf, r=<try>
mbe: Inline functions in `transcribe` that are only called once
[#142713] did some refactoring of macro expansion, which seems to have had an effect on performance. The only change was to split large functions into smaller ones, so mark some functions that are only called once `#[inline]` to make codegen more similar.
[#142713]: https://www.github.com/rust-lang/rust/pull/142713
0 commit comments