Computer Science, asked by klavanya0333, 7 months ago

what is loop un rolling?

Answers

Answered by manjunathgoudatp
0

Answer:

bcoz I don't have stability

Answered by diyam55
0

Loop unrolling, also known as loop unwinding, is a loop transformation technique that attempts to optimize a program's execution speed at the expense of its binary size, which is an approach known as space–time tradeoff. The transformation can be undertaken manually by the programmer or by an optimizing compiler.

Similar questions