Question: Define spatial locality and temporal locality Consider the following code: for (i = 0; i
Define spatial locality and temporal locality
Consider the following code: for (i = 0; i <= 30; i++) for (j = 0; j <= 15; j++) a[i] = a[i] * j Give an example of spatial and temporal locality in the code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
