期刊:Sigplan Notices [Association for Computing Machinery] 日期:2006-05-01卷期号:41 (5): 11-20被引量:1
标识
DOI:10.1145/1149982.1149984
摘要
Loop dead variables are the variables, which are defined in a loop, but not used in that loop. On successive execution of loop, these get different value, however all values (except last value) are not used. Hence in optimized program, the definition of a loop dead variable can be moved outside the loop (after the loop), rather than computing every time, inside the loop. In our discussion, we have assumed only simple loop. Every loop has one entry and one exit point.