Skip to content

Support for acquire/release semantics in atomics #8165

@stevenfontanella

Description

@stevenfontanella

Following the shared everything threads proposal, Wasm will add support for relaxed atomic memory operations with a new memory ordering for acquire/release in addition to the existing sequentially consistent mode.

We should add support for reading/writing the new memory orderings. For now, this won't affect our optimizations; we will conservatively treat acquire/release memory operations the same as sequentially consistent.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions