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

Shorten critical section in findEviction #217

Closed
wants to merge 3 commits into from

Commits on Mar 23, 2023

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

Commits on Apr 17, 2023

  1. Refactor findEviction function using markForEviction bit

    and and enable combinedLocking support. Shorten MMContainer
    critical section by removing from Access Container after
    MMContainer lock is droped. Only markForEviction is executed
    under the MMContainer critical section now. If markForEviction
    succeeds, the item is guaranteed to be evicted.
    igchor committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    0253683 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Fix issue with token creation

    igchor committed May 31, 2023
    Configuration menu
    Copy the full SHA
    5d5c3f0 View commit details
    Browse the repository at this point in the history