Hacker News new | ask | show | jobs
by ilyt 1250 days ago
...it's memory. Where would you cache memory access, in other memory ?

CPU got cache for caching memory

1 comments

Exactly - the article says "the memory might be cached by the CPU which possibly incurs cache coherence problem".

I would expect the memory access to happen through the CPU and its cache, avoiding such problems.