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
perf(allocator): #[inline(always)] all Address methods (#15324)
All `Address`'s methods are a single instruction, or complete no-ops. Compiler should inline them, but make sure by marking them all `#[inline(always)]`.
0 commit comments