Previous | Next --- Slide 23 of 40
Back to Lecture Thumbnails
bourne

Co-locating cooperating threads can actually reduce cold misses because multiple threads will share the same piece of data and only have one miss for it, instead of each of them missing.