StackOverflow Questions for Tag: memory-model

Abhishek
Abhishek

Reputation: 11

Relaxed Memory Model for Interpreted Languages

Score: -1

Views: 62

Answers: 1

Read More
Davy Landman
Davy Landman

Reputation: 15438

How to reduce the (writer side) performance penalty for sharing a small structure between two threads?

Score: 1

Views: 94

Answers: 0

Read More
Davy Landman
Davy Landman

Reputation: 15438

Do you need to pair memory_order_acquire and memory_order_release around a block of code?

Score: 0

Views: 104

Answers: 0

Read More
Har
Har

Reputation: 23

Why no data races in sequentially consistent executions is enough to guarantee that there will be no data races in all executions?

Score: 2

Views: 166

Answers: 1

Read More
Alekseev Artem
Alekseev Artem

Reputation: 85

[C++ Memory model]: How to guarantee that read operation would not be reordered after another read

Score: 8

Views: 150

Answers: 0

Read More
Daniel Langr
Daniel Langr

Reputation: 23527

Does STLR(B) provide sequential consistency on ARM64?

Score: 8

Views: 1004

Answers: 1

Read More
Zazaeil
Zazaeil

Reputation: 4119

How come `gcc` did not emit any `fence` instuction? Ain't memory barriers needed here?

Score: 0

Views: 129

Answers: 0

Read More
x f
x f

Reputation: 93

C++ fetch_xx function memory order

Score: 0

Views: 181

Answers: 1

Read More
absuu
absuu

Reputation: 377

C++ Memory Model - Sequentially Consistent

Score: 0

Views: 159

Answers: 0

Read More
akreuzkamp
akreuzkamp

Reputation: 31

Cache coherence for a data race free programs

Score: 0

Views: 178

Answers: 1

Read More
ov3rdr1v337
ov3rdr1v337

Reputation: 79

RMW oprimisation in the Sequential consistency

Score: 1

Views: 200

Answers: 1

Read More
TwITe
TwITe

Reputation: 440

How happens-before covers single variable write and read?

Score: 1

Views: 146

Answers: 1

Read More
Arjun
Arjun

Reputation: 3803

Counterintuitive memory allocation

Score: 0

Views: 111

Answers: 1

Read More
codesavesworld
codesavesworld

Reputation: 793

C++ sequential consistency and happens before relation

Score: 1

Views: 247

Answers: 1

Read More
codesavesworld
codesavesworld

Reputation: 793

Why can relaxed operation be reordered? Doesn't program order imply happens-before?

Score: 1

Views: 203

Answers: 1

Read More
Pluto
Pluto

Reputation: 1062

How to understand the changes to sequentially-consistent ordering in C++20?

Score: 3

Views: 359

Answers: 1

Read More
TwITe
TwITe

Reputation: 440

Multicopy atomicity vs Cache Coherence

Score: 1

Views: 1232

Answers: 1

Read More
Anton3
Anton3

Reputation: 586

What are the optimal std::memory_orders for this scenario of a coroutine waiting on an event?

Score: 5

Views: 167

Answers: 0

Read More
Sourav Kannantha B
Sourav Kannantha B

Reputation: 3299

Does C++ provide a complete set of memory barriers?

Score: 0

Views: 109

Answers: 0

Read More
Mona the Monad
Mona the Monad

Reputation: 2455

AArch64 memory synchronization operations on multiply-mapped addresses

Score: 1

Views: 427

Answers: 1

Read More
PreviousPage 5Next