the optimization which avoids test at every iteration_________________-
Answers
Answered by
0
Explanation:
Loop unrolling is a code optimization technique: that avoids tests at every iteration of the loop. that improves preformance by decreasing the number of instructions in a basic block. that exchanges inner loops with outer loops.
hope it helps you buddy ✌️✌️
plz mark as brainliest
Answered by
0
Explanation:
Explanation: Loop unrolling is a code optimization technique that avoids tests at every iteration of the loop. It does not improves performance by decreasing the number of instructions in a basic block.
PLEASE MARK ME AS THE BRAINLIEST ANSWER
Similar questions