Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Improve Interlocked.Exchange<T> #16058

Merged
merged 1 commit into from
Jan 28, 2018
Merged

Improve Interlocked.Exchange<T> #16058

merged 1 commit into from
Jan 28, 2018

Commits on Jan 28, 2018

  1. Improve Interlocked.Exchange<T>

    Replace TypedReference with Unsafe.As, it generates far less code and, with the help of AggresiveInlining, it allows Exchange<T> to inline.
    mikedn committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    32d360f View commit details
    Browse the repository at this point in the history