Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpinLock Improvements #415

Merged
merged 7 commits into from
Dec 7, 2020

Commits on Dec 2, 2020

  1. Update spin-lock implementation to use incremental back-off strategy …

    …and be single-CPU friendly(ish)
    jsuereth committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    733ec59 View commit details
    Browse the repository at this point in the history
  2. Formatting.

    jsuereth committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    1468694 View commit details
    Browse the repository at this point in the history
  3. Fix typo.

    jsuereth committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    94607e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Address review comment.

    jsuereth committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    d695aff View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    0d6e1ec View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    jsuereth committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    055eca8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    e07751c View commit details
    Browse the repository at this point in the history