federico-busato / Modern-CPP-Programming

Modern C++ Programming Course (C++03/11/14/17/20/23/26)

Home Page:https://federico-busato.github.io/Modern-CPP-Programming/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

22.Optimization_III.pdf, Loop Fission

guoci opened this issue · comments

On slide 31 of 22.Optimization_III.pdf, the code for loop fission is the same as the code for Loop Fusion in the previous slide.

thanks for reporting it @guoci. I found a nice example to show the concept
image