Skip to content

runtime,sync/atomic: unify API for runtime/internal/atomic and sync/atomic #8739

@dvyukov

Description

@dvyukov
We need to unify interface of atomic operations between runtime package and sync/atomic
package. And then teach gc to replace functions in both packages with intrinsics where
possible.

This is followup to https://golang.org/issue/4947 which was about
atomic intrinsics for runtime C code.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions