Skip to content

emit non-atomic instructions when --single-threaded #1911

@andrewrk

Description

@andrewrk

Now that #1764 is implemented, we need to improve language support for it. When building with --single-threaded:

  • @atomicLoad should be a normal (non-atomic) load
  • @atomicRmw should be a normal (non-atomic) read, modify, write
  • @fence should be a no-op

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions