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

Create endian- and alignment-agnostic abstractions for reading and writing data

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.7.7
    • Affects Version/s: 2.7.4
    • Component/s: Internal Code
    • Labels:
      None

      We lack a fundamental read/write primitive for the server which provides an endian and alignment safe cross platform abstraction. I.e. one which swabs bytes where necessary and reads/writes via memcpy rather than reinterpret_cast.

      This is needed to:

      • remove undefined behavior in the server
      • enable builds on big endian architectures
      • enable builds on architectures with strict alignment access
      • remove -fno-strict-aliasing from server compilation flags

            Assignee:
            Unassigned Unassigned
            Reporter:
            mira.carey@mongodb.com Mira Carey
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: