Closed Bug 1463758 Opened 7 years ago Closed 7 years ago

RacyFeatures has no reason to use sequentially consistent memory ordering.

Categories

(Core :: Gecko Profiler, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla62
Tracking Status
firefox62 --- fixed

People

(Reporter: emilio, Assigned: emilio)

Details

Attachments

(1 file)

And given it's hot we may as well make it fast.
I agree.
Comment on attachment 8979963 [details] Bug 1463758: Don't use sequentially consistent atomic operations in RacyFeatures. https://reviewboard.mozilla.org/r/246160/#review252214 You're right. This is already declared as a "racy", "don't make any assumptions about any other state being consistent with it" field, so Relaxed is the right memory ordering for it.
Attachment #8979963 - Flags: review?(mstange) → review+
Pushed by ecoal95@gmail.com: https://hg.mozilla.org/integration/autoland/rev/dee01445e642 Don't use sequentially consistent atomic operations in RacyFeatures. r=mstange
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: