Visible to Intel only — GUID: yjs1707362906679
Ixiasoft
Visible to Intel only — GUID: yjs1707362906679
Ixiasoft
10.5. Tightly-Coupled Memory
If you want cache performance all the time, place your code or data in a tightly-coupled memory. Tightly-coupled memory is fast on-chip memory that bypasses the cache and has guaranteed low latency. Tightly-coupled memory gives the best memory access performance. You assign code and data to tightly-coupled memory partitions in the same way as other memory sections.
Cache instructions do not affect tightly-coupled memory. However, cache-management instructions become NOPs, which might result in unnecessary overhead.