Files
rust/library/std/src
Mara Bos ad6fd9b037 Rollup merge of #79039 - thomcc:weakly-relaxing, r=Amanieu
Tighten the bounds on atomic Ordering in std::sys::unix::weak::Weak

This moves reading this from multiple SeqCst reads to Relaxed read + Acquire fence if we are actually going to use the data.

Would love to avoid the Acquire fence, but doing so would need Ordering::Consume, which neither Rust, nor LLVM supports (a shame, since this fence is hardly free on ARM, which is what I was hoping to improve).

r? ``@Amanieu`` (Sorry for always picking you, but I know a lot of people wouldn't feel comfortable reviewing atomic ordering changes)
2020-11-18 15:46:27 +01:00
..
2020-10-26 22:09:47 -04:00
2020-11-07 12:50:57 -08:00
2020-10-21 20:44:03 -07:00
2020-11-04 16:05:55 -08:00
2020-10-26 07:15:37 +09:00
2020-10-27 20:54:30 -07:00
2020-10-31 17:28:44 +01:00