Potential misuses of ARM instructions for Acquire/Release standalone barriers

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Engines, Storage Engines - Foundations
    • SE Foundations - Q3+ Backlog
    • 8

      I’ve noticed that our ACQ/REL barriers use different instructions than ones in GCC implementation, check whether it could be a bug.

      GCC uses `dmb ish` for standalone acquire/release barriers, shouldn’t we switch to this barrier? Our code currently uses `dsb ishld ishst`.

      The full history of ARM barriers changes for WT:

      The note in the ticket says that “We have confirmation from ARM that a those two barriers in combination are sufficient for release semantics, currently we have a full barrier.”

      DoD: Understand why GCC uses different barriers and whether we need to use these ones as well

            Assignee:
            [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            Ivan Kochin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: