- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
what elements does cache entry contain in cache?
Recently i have read a paper on shared cache.
I do not perfectly understand "cache entry".
cache entry means that those cache elements which process access when process is running,for example TLBI-L1 cacheD-L1 cache,What else elements there are still
thank you for reading and looking forward your reply.
Recently i have read a paper on shared cache.
I do not perfectly understand "cache entry".
cache entry means that those cache elements which process access when process is running,for example TLBI-L1 cacheD-L1 cache,What else elements there are still
thank you for reading and looking forward your reply.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not sure of the context in the referenced paper, but it seems "cache entry" is most often used to mean a piece of data that is stored in a cache or the location in the cache that holds that piece of data. I would guess that the paper is talking about entries the top level cache (L2 or L3depending on processor generation) that is shared between cores. Here, there are certain patterns you need to be aware of to make sure you are using cache effectively and not causing yourself performance headaches.
You can check Chapter 11 in the Intel Architecture Software Developer's Manual, vol 3A for more information about how caching works. http://www.intel.com/Assets/PDF/manual/253668.pdf
You can check Chapter 11 in the Intel Architecture Software Developer's Manual, vol 3A for more information about how caching works. http://www.intel.com/Assets/PDF/manual/253668.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, asbock.
Your reply is perfect.
Your reply is perfect.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page