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

[NativeAOT] Move Interlocked null checks to managed, RhpLockCmpXchg64 to C #100021

Merged
merged 10 commits into from
Mar 22, 2024

Commits on Mar 20, 2024

  1. Move RhpLockCmpXchg64 implementation to C; move null checks from RhpL…

    …ockCmpXchg64/RhpCheckedLockCmpXchg/RhpCheckedXchg to managed code
    filipnavara committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1d81cec View commit details
    Browse the repository at this point in the history
  2. Removed #ifs per feedback

    filipnavara committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3b2e99e View commit details
    Browse the repository at this point in the history
  3. Fix cut & paste error

    filipnavara committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fb6ec76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9447a82 View commit details
    Browse the repository at this point in the history
  5. Fix build

    filipnavara committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1cb0367 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    a414651 View commit details
    Browse the repository at this point in the history
  2. PR feedback

    filipnavara committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6a96d20 View commit details
    Browse the repository at this point in the history
  3. PR feedback

    filipnavara committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cd2d77d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    0c166b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78b9258 View commit details
    Browse the repository at this point in the history