Previous | Next --- Slide 17 of 24
Back to Lecture Thumbnails
tliao

As with many programming decisions, improving performance in one area results in a tradeoff in another. With invalidate vs update cache coherence protocols, the tradeoff of having lower miss rates is having higher traffic on the interconnect.

markwongsk

Question: So is this an example of workload-driven design? We compare two designs and choose the one which perform better on the standard datasets.