loop optimization中文,loop optimization的意思,loop optimization翻译及用法

2026-03-21 18:06 浏览次数 17

loop optimization

英[lu:p ˌɔptimaiˈzeiʃən]美[lup ˌɑptəmɪˈzeʃən]

In compiler theory, loop optimization is the process of the increasing execution speed and reducing the overheads associated of loops. It plays an important role in improving cache performance and making effective use of parallel processing capabilities.

loop optimization 片语

片语

distribution loop of optimization优化分配环

loop nest optimizationIn computer science and in particular compiler design, Loop nest optimization (LNO) is an optimization technique that applies a set of loop transformations for the purpose of locality optimization or parallelization or other loop overhead reduction of the loop nest One classical usage is to reduce memory access latency or the cache bandwidth necessary due to cache reuse for some common linear algebra algorithm

loop checking optimization循环优化

for loop optimization循环优化

Control loop optimization控制回路优化

moderate loop optimization[计]

closed loop optimization闭环优化

loop optimization 例句

英汉例句

  • this paper proposes a queue loop optimization algorithm to remove explicit redundancy completely which decreases the circuit area and improves the testability.

    文中提出了显式冗余的队列循环优化算法,完全消除了此类冗余,从而有效地减少了生成电路的基片面积,提高了电路的可测试性。

  • if you「ve already tried the loop optimization techniques presented in chapter 4 but haven」t been able to reduce the execution time enough, then timers are your next optimization step.

    如果你已经尝试了第四章介绍的循环优化技术,但还是不能缩减足够的运行时间,那么定时器就是你的下一个优化步骤。

  • software pipelining is a loop optimization technique that has been widely implemented in modern optimizing compilers.

    软件流水是一种循环程序的优化技术,已经广泛应用于现代优化编译器中。

相关热词