👩💻 Join our community of thousands of amazing developers!
An adventure in CPU out-of-order instruction execution. Pretend this is a distributed systems interview question. Assume x, y, r1 and r2 are all 0. What are the possible values of r1 and r2? Thread 1 Thread 2 x = 1 y = 1 r1 = y r2 = x I expect you really want to […]...