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

计算机工程 ›› 2012, Vol. 38 ›› Issue (3): 4-6. doi: 10.3969/j.issn.1000-3428.2012.03.002

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

一种基于增量式实例学习的迭代编译方法

马晓东,李中升,漆锋滨,尉红梅   

  1. (江南计算技术研究所,江苏 无锡 214083)
  • 收稿日期:2011-07-28 出版日期:2012-02-05 发布日期:2012-02-05
  • 作者简介:马晓东(1979-),男,博士,主研方向:高性能编译优化技术;李中升,高级工程师;漆锋滨,高级工程师、博士;尉红梅,高级工程师
  • 基金资助:
    “核高基”重大专项“支持国产CPU的编译系统及工具链”(2009ZX01036-001-001)

Iterative Compilation Method Based on Incremental Instance Learning

MA Xiao-dong, LI Zhong-sheng, QI Feng-bin, WEI Hong-mei   

  1. (Jiangnan Institute of Computing Technology, Wuxi 214083, China)
  • Received:2011-07-28 Online:2012-02-05 Published:2012-02-05

摘要: 为提高编译器的自适应性,以应对复杂的体系结构,提出一个结合迭代编译和机器学习的编译框架。编译器可将在优化空间中搜索到的最佳编译选项信息保存到知识库中,并能从知识库中学习获得适合当前程序的最佳编译选项。实例学习算法具有增量式的特点,可有效利用编译过程中积累的数据。通过避免冗余实例入库以及从库中剔除噪声实例,保证学习的精度与效率。

关键词: 迭代编译, 机器学习, 增量式算法, 冗余实例

Abstract: For the purpose of making the compiler more adaptive and dealing with complex architecture, a compiler framework is proposed which combines iterative compilation and instance-based learning. On one hand, the compiler can search the optimization space and save the best compiler options into the knowledge library; on the other hand, the compiler can learn from the library to get the best compiler options for the current program. The incremental algorithm can make full use of the accumulated data of the compilation. The algorithms are proposed which can keep the redundant instance out of the knowledge library and filter the noise from the library.

Key words: iterative compilation, machine learning, incremental algorithm, redundant instance

中图分类号: