Add/remove #[inline] attributes.

This commit is contained in:
Stephen Chung
2020-10-08 22:25:50 +08:00
parent e34a370f33
commit 1272eeb81a
31 changed files with 328 additions and 114 deletions

View File

@@ -439,6 +439,7 @@ impl Engine {
}
// Has a system function an override?
#[inline]
pub(crate) fn has_override_by_name_and_arguments(
&self,
lib: &Module,
@@ -459,6 +460,7 @@ impl Engine {
}
// Has a system function an override?
#[inline(always)]
pub(crate) fn has_override(
&self,
lib: &Module,