Even if we are just allocating a single int (x = 1), the whole cache line (all 32 bits) has to be fetched.
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.
Even if we are just allocating a single int (x = 1), the whole cache line (all 32 bits) has to be fetched.