作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2011, Vol. 37 ›› Issue (21): 6-10. doi: 10.3969/j.issn.1000-3428.2011.21.003

• 博士论文 • 上一篇    下一篇

别名集切片与并行化研究

桑春雷1,2,张兆庆1   

  1. (1. 中国科学院计算技术研究所计算机系统结构重点实验室,北京 100190;2. 中国科学院研究生院,北京 100049)
  • 收稿日期:2011-04-19 出版日期:2011-11-05 发布日期:2011-11-05
  • 作者简介:桑春雷(1979-),男,博士研究生,主研方向:编译技术,程序分析,自动并行化;张兆庆,研究员
  • 基金资助:

    国家“973”计划基金资助项目(2011CB302504);“核高基”重大专项(2009ZX01036-001-002);国家自然科学基金创新研究群体资助项目(60921002)

Research on Alias Set Slice and Parallelization

SANG Chun-lei  1,2, ZHANG Zhao-qing  1   

  1. (1. Key Laboratory of Computer System and Architecture, Institute of Computing Technology, Chinese Academy of Sciences, Beijing 100190, China; 2. Graduate University of Chinese Academy of Sciences, Beijing 100049, China)
  • Received:2011-04-19 Online:2011-11-05 Published:2011-11-05

摘要: 针对复杂程序的分析问题,提出基于别名集切片的切片级并行技术与并行程序分析技术。利用传统分析算法,在每个切片上并行地进行复杂程序分析,从而实现复杂程序分析的并行化,加快复杂程序分析速度。以SPEC CPU2000/CPU2006中的部分C程序为测试用例进行实验,结果表明,利用别名集切片技术可在4个进程并行情况下,获得3.42的加速比。

关键词: 别名集切片, 并行程序分析, 切片技术, 别名分析, 程序检错

Abstract: In this paper, it presents a new slicing technique and alias set slicing technique. Based on alias set slice, it partitions the input program into several independent slices which can analyzed by complex program analyzer, because slices contain all statements which they dependent on. It uses this method to parallelize complex alias analysis and error checking analysis. With the experiments on SPEC CPU2000/CPU2006, it can achieve speedup 3.42 for parallel error checking analysis.

Key words: alias set slice, parallel program analysis, slicing technique, alias analysis, program error checking

中图分类号: