Tagged Questions

8
votes
5answers
2k views

How cache memory works?

Today when I was in computer organization class, teacher talked about something interesting to me. When it comes to talk about Why cache memory works, he said that: for (i=0; i<M; i++) for(j=0; ...
1
vote
2answers
88 views

What Every Programmer Should Know About Memory

I am wondering how much of Ulrich Drepper's What Every Programmer Should Know About Memory from 2007 is still valid. Also I could not find a newer version than 1.0 or an errata.
1
vote
2answers
82 views

cache behaviour on redundant writes

Edit - I guess the question I asked was too long so I'm making it very specific. Question: If a memory location is in the L1 cache and not marked dirty. Suppose it has a value X. What happens if you ...