Hacker News new | past | comments | ask | show | jobs | submit login
Structure of Intel CPU Caches (duartes.org)
35 points by signa11 on Jan 12, 2009 | hide | past | favorite | 4 comments



Awesome submission. I love seeing technical articles on HN.

Also, this is a pretty good read about memory and cache stuff: http://people.redhat.com/drepper/cpumemory.pdf


I was just about to post a link to that very pdf. Drepper has some quality material on his site.


My main introduction to caches, cache sharing, etc. were from UNIX(R) Systems for Modern Architectures: Symmetric Multiprocessing and Caching for Kernel Programmers

http://www.amazon.com/UNIX-Systems-Modern-Architectures-Mult...

Still a good book. A little dated in some bits, but good.


Fantastic, I just had one of those AHA moments. This finally made me get why we use set-associative caches: the initial lookup by set index is the key. Somehow other written material and various lecturers failed to communicate that to me so clearly. Diagrams FTW.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: