Cache Thrashing Detection With Adaptive Miss Bypass

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Cache thrashing, characterized by recurring cache misses due to oversubscription of cache sets, leads to detrimental performance and power consumption, and existing workload optimization methods fail to effectively address dynamic workload fluctuations.

Innovation Solution

A control circuit and method that monitor cache performance to estimate the likelihood of cache thrashing, using indicators to adaptively bypass cache misses and adjust cache allocation based on statistical analysis of address streams, including frequency moments and reoccurring miss estimation, to reduce conflict and reoccurring misses.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If cache sets are oversubscribed to increase cache capacity utilization, then cache hit rate improves, but cache thrashing occurs leading to recurring misses and performance degradation

Engineering Contradiction:
Improvecache hit rateVSAvoidcache performance stability
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent implements dynamic cache set allocation that adapts to workload characteristics. The system monitors access patterns and dynamically adjusts the number of cache sets allocated to different working sets, transitioning between static and dynamic allocation modes based on detected thrashing conditions. This resolves the contradiction by making cache capacity utilization flexible rather than fixed, allowing the system to optimize for hit rate when stable and reduce thrashing when dynamic conditions change.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent employs feedback mechanisms through cache monitors that detect thrashing conditions by analyzing access patterns and miss rates. When thrashing is detected, the system provides feedback to adjust cache allocation parameters, reducing the number of sets or modifying allocation policies. This closed-loop control resolves the contradiction by continuously adapting cache behavior to maintain performance stability while preserving high hit rates when conditions permit.

Inventive Principle:
Principle #23Feedback

2Quantity of substance

If cache allocation is increased to handle larger working sets, then more data can be cached, but cache thrashing increases due to insufficient capacity per set

Engineering Contradiction:
Improvecached data volumeVSAvoidcache efficiency
Core Design Contradiction:
Quantity of substanceVSProductivity

Solution Approach 1:

The patent segments the cache into multiple independent cache sets that can be individually allocated and managed. Rather than treating the cache as a monolithic structure, the system divides it into separable units that can be dynamically assigned to different working sets. This segmentation resolves the contradiction by allowing the system to allocate sufficient total capacity while ensuring each individual set has adequate size to avoid thrashing, as segments can be optimized independently.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an additional dimension of control by implementing hierarchical or multi-level cache organization. The system manages cache allocation not just in terms of total capacity but also in terms of dimensional distribution across multiple sets and levels. This dimensional approach resolves the contradiction by providing finer-grained control over how cached data is organized and accessed, allowing increased overall capacity while maintaining efficient utilization in each dimensional slice.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

3Device complexity

If static cache allocation is used to simplify cache management, then device complexity reduces, but adaptability to dynamic workload fluctuations deteriorates

Engineering Contradiction:
Improvecache management complexityVSAvoidworkload adaptability
Core Design Contradiction:
Device complexityVSAdaptability or versatility

Solution Approach 1:

The patent implements self-service mechanisms where the cache system automatically monitors its own performance and detects thrashing conditions without external intervention. Cache monitors track access patterns and miss rates, and the system autonomously adjusts allocation parameters when problems are detected. This self-service approach resolves the contradiction by providing adaptive behavior through automated monitoring and adjustment, eliminating the need for complex external management while maintaining high adaptability to workload changes.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS20250363058A1Method and apparatus for reduction of recurring cache misses
Publication Date: 2025.11.27 ARM LTD
  • US20250363058A1 patent drawing
  • US20250363058A1 patent drawing
  • US20250363058A1 patent drawing

AI summary

A control circuit is configured to receive a stream of addresses associated with cache lookup requests resulting from execution of a workload by a data processing system. The control circuit includes a cache miss monitor and a cache hit monitor both coupled to a controller. The cache miss monitor determines a number of reoccurring misses as a difference between the number of addresses in the stream of addresses that miss in the cache and the number of such addresses that are unique. The cache hit monitor includes a moment circuit configured to determine first and second frequency moments addresses in the stream of addresses that hit in the cache. The controller controls the data processing system based on the number of reoccurring misses and the first and second frequency moments. A bypass mechanism of the cache may be controlled, for example.