Remove all instances of the 'inline' keyword in the sources

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Build
    • Storage Engines, Storage Engines - Foundations
    • StorEng - Defined Pipeline
    • None

      The inline keyword has always been advisory for the compilers and never guaranteed that the function will be inlined. Likewise, the absence of the inline keyword doesn't guarantee that the function will not be inlined. The inlining behavior is controlled by -O* and other compiler flags.

      Consider removing all inline keywords from the WT source where we believe they don't play any role to avoid confusion.

              Assignee:
              [DO NOT USE] Backlog - Storage Engines Team
              Reporter:
              Yury Ershov
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: