AdvancedVocabulary#software-architecture#developer-tools#backend

Memory Barrier Vocabulary

Build fluency in the vocabulary of an instruction that stops the CPU and compiler from reordering memory operations.

0 / 5 completed
1 / 5
At standup, a dev mentions an instruction that prevents the CPU and compiler from reordering memory reads and writes across it, so every operation before the instruction is guaranteed to complete, and be visible to other threads, before any operation after it begins. What is this instruction called?