Files
rust/library
Josh Stone d85df44e8d Specialize Rc/Arc::make_mut clones to try to avoid locals
As we did with `Box`, we can allocate an uninitialized `Rc` or `Arc`
beforehand, giving the optimizer a chance to skip the local value for
regular clones, or avoid any local altogether for `T: Copy`.
2021-01-11 17:43:10 -08:00
..
2020-12-21 00:00:00 +00:00
2020-07-27 19:51:13 -05:00
2021-01-07 16:16:36 +09:00