Bypass quarantine altogether when quarantine size is set ot zero.
Also, relax atomic load/store of quarantine parameters, the
release/acquire semantics is an overkill here.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 2831 Build 2831: arc lint + arc unit
Event Timeline
Comment Actions
I agree that release/acquire is unnecessary here, but I'd like Dmitry to comment on that.