Looping technique reduces the number of instructions
Answers
Answered by
1
Answer:
Loop unrolling is a technique used to increase the number of instructions executed between executions of the loop branch logic. This reduces the number of times the loop branch logic is executed
Similar questions