Name: Anonymous 2009-06-03 16:40
This question is about a direct mapped cache in particular and is for one of my classes. I don't want an answer, I want a clarification. The question states that I am working on a machine with a 64KB directmapped cache with 4-byte lines. Then the question gives me two different for-loops for a 2 dimensional array of structs of 4 characters, and asks me what percentage of writes will miss. One of the loops is done in row major order and the other is done column major. My main question is, do the two loops have the same miss rate because the line sizes are so small?