首页 | 本学科首页   官方微博 | 高级检索  
     

动态二进制翻译中的指令调度技术研究与实现
引用本文:孙俊,文延华,漆锋滨.动态二进制翻译中的指令调度技术研究与实现[J].计算机应用与软件,2008,25(1):17-19.
作者姓名:孙俊  文延华  漆锋滨
作者单位:江南计算技术研究所,江苏,无锡,214083
基金项目:国家高技术研究发展计划(863计划)
摘    要:动态二进制翻译提供了无需重新编译源代码就能将源机器生成的可执行代码自动转换到目标机器的方法,很好地解决了代码兼容性问题.其核心思想是根据程序的动态运行信息找到反复执行的代码序列,对代码序列进行翻译和优化,并将结果多次重用.指令调度作为一种有效的编译优化手段,也适用于动态二进制翻译.在对gcc的指令调度器分析研究的基础上,结合动态二进制翻译的实时性特点,提出了适合动态二进制翻译的效率高、开销小的指令调度算法.

关 键 词:动态二进制翻译  指令调度  列表调度  寄存器分配
收稿时间:2006-02-23
修稿时间:2006年2月23日

STUDY AND IMPLEMENTATION OF INSTRUCTION SCHEDULING IN DYNAMIC BINARY TRANSLATION
Sun Jun,Wen Yanhua,Qi Fengbin.STUDY AND IMPLEMENTATION OF INSTRUCTION SCHEDULING IN DYNAMIC BINARY TRANSLATION[J].Computer Applications and Software,2008,25(1):17-19.
Authors:Sun Jun  Wen Yanhua  Qi Fengbin
Affiliation:Sun Jun Wen Yanhua Qi Fengbin(Jiangnan Institute of Computing Technology,Wuxi 214083,Jiangsu,China)
Abstract:Dynamic binary translation is the process of translating codes for one instruction set architecture to codes for another on the fly. It resolves the compatible problem of codes. The key idea of it is that the frequently executed codes are found according to the profiling information at runtime, and its compilation and optimization are done. The result is reused as often as possible. As an efficient technology for compilation and optimization, instruction scheduling is adaptable to dynamic binary translation. The gcc instruction scheduler is analyzed, and an algorithm of instruction scheduling with high efficiency and low overhead is presented, which is fit for the real - time dynamic binary translation.
Keywords:Dynamic binary translation Instruction scheduling List scheduling Register allocation
本文献已被 CNKI 维普 万方数据 等数据库收录!
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号