|
|
|
| Table A.7 User + system, fully associative, data cache. |
| | Cache | | | Size | 16 | 32 | 64 | 128 | | 1024 | 0.1550 | 0.1500 | 0.1500 | 0.1700 | | 2048 | 0.1200 | 0.0900 | 0.0850 | 0.0820 | | 4096 | 0.0950 | 0.0700 | 0.0550 | 0.0480 | | 8192 | 0.0861 | 0.0592 | 0.0398 | 0.0333 | | 16384 | 0.0712 | 0.0463 | 0.0308 | 0.0226 | | 32768 | 0.0520 | 0.0325 | 0.0234 | 0.0150 | | 65536 | 0.0429 | 0.0272 | 0.0158 | 0.0107 | | 131072 | 0.0385 | 0.0200 | 0.0115 | 0.0069 | | 262144 | 0.0379 | 0.0182 | 0.0091 | 0.0053 |
|
|
| Table A.8 User + system, fully associative, instruction cache. |
| | Cache | | | Size | 16 | 32 | 64 | 128 | | 1024 | 0.1950 | 0.1400 | 0.1000 | 0.0800 | | 2048 | 0.1600 | 0.0950 | 0.0650 | 0.0550 | | 4096 | 0.0950 | 0.0630 | 0.0440 | 0.0310 | | 8192 | 0.0645 | 0.0409 | 0.0258 | 0.0193 | | 16384 | 0.0594 | 0.0356 | 0.0225 | 0.0143 | | 32768 | 0.0390 | 0.0234 | 0.0127 | 0.0084 | | 65536 | 0.0300 | 0.0172 | 0.0094 | 0.0057 | | 131072 | 0.0300 | 0.0151 | 0.0085 | 0.0046 | | 262144 | 0.0300 | 0.0149 | 0.0074 | 0.0043 |
|
|
|
|
|
|
A.4 Transaction-Based Systems |
|
|
|
|
|
|
|
|
This environment is also referred to as "cold-start." Multiple processes are resident in memory, and control passes to a new process after the execution of Q instructions. Control does not return (statistically) while any of the original program's working set is in the cache. |
|
|
|
|
|