Multiple choice

Which of the following loop optimization techniques combines the multiple loops that perform different calculation for the same loop iteration?

  1. Loop unrolling

  2. Loop-invariant code motion

  3. Loop jamming

  4. Induction analysis

  5. Strength reduction

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Loop jamming combines the multiple loops which perform different calculation for the same loop iteration.