| |
| | Cache (Site not responding. Last check: 2007-10-17) |
 | | Fully associative cache is equivalent to the special case of N-way set associative cache where N is chosen such that N equals the total number of blocks in the cache, i.e., such that there is only one index set. |
 | | The miss penalty, or the time we are delayed when we have a cache miss, is increased since when we bring the data into the cache we must copy more data, which takes more time. |
 | | A capacity miss occurs when a memory location is accessed once, but later because the cache fills up, that data is discarded, and then when we get a miss when accessing that memory location again because that data is no longer in memory. |
| www.duke.edu /~twf/cps104/cache.html (7284 words) |
|