Previous | Next --- Slide 16 of 48
Back to Lecture Thumbnails
amolakn

Clearly most of the bottleneck is in cycle styles, I can imagine this being REALLY useful for any programming task even beyond this assignment.

bpr

@amolakn, the bottleneck is technically on the next slide, cache misses. Although cache misses often translate into pipeline stalls. I find that perf is my primary tool for diagnosing any performance issues.