views:

37

answers:

1

Hello, i just have a general question about cache memory. How would a program perform badly on a cache based system ? , since cache memory stores adresses from main memory that is requested, aswell as adresses that ranges around the same adress as the one copied from the main memory.

+2  A: 

Read this: What every programmer should know about memory (PDF).

zvrba