引用本文:陈建华,陈涵生.一种有效的编译优化代码移动算法.软件学报,1993,4(1):29-36
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 4778次   下载 5700 本文二维码信息
码上扫一扫!
分享到: 微信 更多
一种有效的编译优化代码移动算法
陈建华1, 陈涵生1
华东计算技术研究所 上海 201800
摘要:
代码移动方法是编译程序全局优化的一个关键技术,本文将介绍一种新的代码移动算法,用此算法就可实现公共子表达式的删除和循环不变运算的移动,而且此算法无需检测循环控制结构,只要通过数据流分析就可实现代码移动,因此这种方法十分有效。
关键词:  
DOI:
分类号:
基金项目:
A EFFICIENT ALGORITHM OF CODE MOVEMEN OPTIMIZATION IN A COMPILER
Chen Jianhua,Chen Hansheng
Abstract:
Code motion is an important global optimizing technology in a compiler. Here a new code motion algorithm is discussed, in which code motion (the elimination of common subexpression and the movement of loop-invariant computation, etc. )can be completed simply by data flow analysis without uncovering the loop structures embedded in the control flow graph, therefore it is a very efficient method.
Key words: