loop unrolling

/L UW1 P AH0 N R OW0 L IH0 NG/
N
  1. 1

    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.

Translate “loop unrolling” into another language