Computer Science, asked by rupinderkaur1317, 9 months ago

6. what is loop unrolling? What are the major limitations of loop unrolling?

Answers

Answered by akshat47loves
1

Answer:

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.

Explanation:

this may help you please mark as brainliest

Similar questions