|
|
|
|
|
by maxpan
713 days ago
|
|
The performance loss due to cache misses in data-center applications far exceeds 5%. Combined data and instruction cache misses are contributing to more than half of stalled cycles. The following publication by Google from 2015 goes into details: https://static.googleusercontent.com/media/research.google.c... "Our results demonstrate a significant and growing problem with instruction-cache bottlenecks. Front-end core stalls account for 15-30% of all pipeline slots, with many workloads showing 5-10% of cycles completely starved on instructions (Section 6)." |
|