Some more fine-grained forced inlining

This commit is contained in:
Oli Scherer 2021-04-01 10:40:50 +00:00
parent d81f5ab100
commit c6676db7ae
2 changed files with 2 additions and 0 deletions

View file

@ -527,6 +527,7 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
}
}
#[inline(always)]
pub fn layout_of_local(
&self,
frame: &Frame<'mir, 'tcx, M::PointerTag, M::FrameExtra>,