展开循环 meaning in English
unrolling loop
Examples
- A standard optimization is loop unrolling ; the compiler will unroll the loops to reduce the number of branches
标准的优化是循环展开;编译器将展开循环,以减少分支的数量。 - Is unrolled and the method call inlined , the unrolled loop will be a sequence of lock - increment - unlock groups
并内联该方法调用时,已展开循环的顺序将是“锁-递增-解锁”这样的顺序。