科技报告详细信息
Weak Dynamic Single Assignment Form
Offner, Carl ; Knobe, Kathleen
HP Development Company
关键词: single assignment;    static single assignment;    compiler optimizations;    parallelism;    intermediate representations;   
RP-ID  :  HPL-2003-169R1
学科分类:计算机科学(综合)
美国|英语
来源: HP Labs
PDF
【 摘 要 】
A good intermediate representation is the key to a good compiler, because it determines both how we can think about optimizations and how effective those optimization can be. For example, classical static single assignment (SSA) form is very successful in serial compilers for both these reasons. However, SSA form is not very helpful for the analysis of loop and array based codes for parallel targets. We present a new Dynamic Single Assignment (DSA) form, designed specifically for analysis and transformations of array and loop-based codes. We present the basic step needed to generate it from serial code. Future work will address the use of this intermediate representation in the analysis and optimization of parallel code. 69 Pages
【 预 览 】
附件列表
Files Size Format View
RO201804100000655LZ 470KB PDF download
  文献评价指标  
  下载次数:8次 浏览次数:19次