Next: ...
Up: Trace-Based Cache Analysis
Previous: ...
- Compulsory misses are constant
- 2:1 rule of thumb: miss rate of a direct-mapped cache of size N
miss rate of a 2-way set-associative cache of size N/2 - Thrashing occurs when the cache is too small to hold the working
set of the program: the memory system runs at the speed of memory
The DINERO cache simulator and some traces can be found on DoC
Unix machines in
/homes/phjk/ParallelArchitectures94/
HennessyAndPattersonSoftware/dinero
Try: zcat ../traces/benchmarks/tex.din.Z | bin/dinero -b32 -i8192 -d8192 -a1
Paul H J Kelly
Mon Dec 1 20:13:28 GMT 1997