Full-Stack Developer Question:

Do you know what is a memory barrier?

Full-Stack Developer Interview Question
Full-Stack Developer Interview Question

Answer:

A memory barrier, also known as a membar, memory fence or fence instruction, is a type of barrier instruction that causes a CPU or compiler to enforce an ordering constraint on memory operations issued before and after the barrier instruction


Previous QuestionNext Question
Explain what is deadlock, livelock?Tell us what is sequential consistency?