Question: Suppose a computer has an atomic swap instruction, defined as follows: Swap (var1, var2): tmp = var 1 ; var1 = var2 ; var2 tmp


Suppose a computer has an atomic swap instruction, defined as follows: Swap (var1, var2): tmp = var 1 ; var1 = var2 ; var2 tmp ; In the above, tmp is an internal register. (a) Usin cesses. Do not worry about the eventual entry property. Describe clearly how your solution works and why it is correct. (b) Modify your answer to (a) so that it will perform well on a multiprocessor system with caches. Explain what changes you make (if any) and why
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
