Skip to content

Commit

Permalink
Auto merge of #115546 - SUPERCILEX:patch-2, r=Amanieu
Browse files Browse the repository at this point in the history
Weaken needlessly restrictive orderings on Arc::*_count

Follow up to rust-lang/rust#95183 from this zulip: https://rust-lang.zulipchat.com/#narrow/stream/219381-t-libs/topic/Why.20does.20Arc.3A.3Astrong_count.20use.20Acquire.20instead.20of.20Relaxed.3F/near/386213850

I'd like to use the strong_count for a lockless algorithm I'm writing, but I don't need acquire semantics so that's pointlessly restrictive on arm/risc-v.
  • Loading branch information
bors committed Sep 30, 2023
2 parents 6e2090d + c159e72 commit 66ca38d
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 66ca38d

Please sign in to comment.