Previous | Next --- Slide 13 of 51
Back to Lecture Thumbnails
thepurplecow

Even if we are just allocating a single int (x = 1), the whole cache line (all 32 bits) has to be fetched.

spendharkar

A write back cache uses write allocate since we are not sending updates to main memory each time, so we bring the cache line into the cache.

Please log in to leave a comment.