Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 569
    • Issues 569
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 112
    • Merge requests 112
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Merge requests
  • !1050

WiP: Add an option to have 64-byte (cache line) aligned mutexes.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Witold Krecicki requested to merge wpk-aligned-mutexes into master Nov 14, 2018
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 4

An optional, compile-time feature: Mutexes are slower if they're 'nearby' - add padding to mutex struct so that no two mutexes fall into the same cache line.

Edited Nov 18, 2018 by Witold Krecicki
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wpk-aligned-mutexes