Previous | Next --- Slide 34 of 45
Back to Lecture Thumbnails
yuel1

Why doesn't Thread 1 and 0 steal from Thread 2... It seems Thread 2's work queue has not been stolen from...

Corian

@yuel1 this is simply a time-lapse showing the end since otherwise there would be 8 slides of threads stealing from each other. Since this is the final iteration, there is no work to be stolen and threads 0 and 1 must simply wait on thread 2.

yuel1

@Corian I thought in these slides the continuation was the thing being stolen, so in the above slide the continuation eventually gets stolen by thread 2?