Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-54685

wrong definition of MONGO_YIELD_CORE_FOR_SMT for arm64

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.9.0, 4.2.13, 4.4.5
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v4.4, v4.2
    • Dev Platform 2021-03-08

      MONGO_YIELD_CORE_FOR_SMT is defined as the yield instuction, but yield is just a nop in arm64.

      Using an "isb" instruction is a better implementation. The Instruction Synchronization Barrier will create a very small delay without taking other CPU resources, which is required while spinning on a spinlock.

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            tsahee@amazon.com Tsahi Zidenberg
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: