Tag: lazy
-
Distributed Shared Memory (Part 2 of 2) Notes
An example Summary Key Words: Conditional variable, pthread_signal, pthread_wait in the concrete example (screenshot below), P1 instructions that update memory (e.g. flag = 1) can be run in parallel with that of P2 because of release consistency model Advantage of RC over SC Summary In a nutshell, we gain performance in a shared memory…