Skip to content
EntityQ538985· pop 5· linked from 66 articles

循环不变代码外提

Sign in to save

code statements that can be moved outside the body of a loop without affecting the semantics of the program

Article · 中文

循环不变代码外提(英語:loop-invariant code motion,缩写LICM)在计算机编程中是指将循环不变的语句或表达式移到循环体之外,而不改变程序的语义。循环不变代码外提在英文中又被称为hoisting或scalar promotion,是编译器中常见的优化方法。

Abstract from DBpedia / Wikipedia · CC BY-SA

Available in 5 languages

via Wikidata sitelinks · CC0

Connections

Categories