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

New atomic reference counting algorithm #116173

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 26, 2023

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

    m-ou-se committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    94992cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b580dd3 View commit details
    Browse the repository at this point in the history
  4. Fix debug assert.

    m-ou-se committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    34ed37c View commit details
    Browse the repository at this point in the history
  5. Fix comment in Arc impl

    Co-authored-by: Matthew Parkinson <mjp41@users.noreply.github.com>
    m-ou-se and mjp41 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    fc8a007 View commit details
    Browse the repository at this point in the history
  6. Use the correct constants in Arc impl.

    The values are the same, but I used the wrong constants.
    So, this doesn't change any behaviour. It was just very confusing to
    read.
    m-ou-se committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a17c1d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d5ab49 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Fix comment.

    m-ou-se committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ebe2cec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a37f273 View commit details
    Browse the repository at this point in the history