inline analysis and symbol reduction; emits smaller than 64 bytes marked inline
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -414,6 +414,7 @@ impl FedDest {
|
||||
}
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn port(&self) -> Option<u16> {
|
||||
match &self {
|
||||
Self::Literal(addr) => Some(addr.port()),
|
||||
|
||||
Reference in New Issue
Block a user