Instruction cache management method, instruction cache, computing device and system
By downsampling the original age value of cache lines in the instruction cache, a baseline age value is obtained, which solves the failure problem of the LRU replacement strategy in the parallel access environment of high-performance computing devices and achieves more efficient cache management.
Patent Information
- Application Number
- CN202610478146.X
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Filing Date
- 2026-04-13
- Publication Date
- 2026-07-24
- Estimated Expiration
- 2046-04-13
AI Technical Summary
In high-performance computing devices, LRU-based instruction cache replacement strategies are prone to failure in parallel access environments, leading to unfairness and reduced efficiency in the replacement strategy.
By downsampling the original age value of the cache line in the instruction cache, a baseline age value is obtained, and this baseline age value is used to replace the original age value to represent the replacement priority of the cache line, thereby reducing the risk of replacement strategy failure.
This effectively alleviates the problem of the cache line baseline age value growing too quickly to the upper limit due to hot access, ensuring the effectiveness and fairness of the replacement strategy in a concurrent access environment.