• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2008, Vol. 30 ›› Issue (1): 129-131.

• 论文 • 上一篇    下一篇

虚拟机的可定制生成及其动态优化

欧阳星明 朱金银   

  • 出版日期:2008-01-01 发布日期:2010-05-19

  • Online:2008-01-01 Published:2010-05-19

摘要:

本文针对虚拟机传统实现方法所存在的缺点,提出了一种虚拟机描述文件动态生成虚拟机的方法,给出了相应虚拟机的可定制生成模式及其对虚拟机动态优化的具体方案。该 方案通过对特定虚拟机按规定语法格式进行描述形成一个虚拟机定义文件,并由虚拟机生成程序对其进行解析从而动态生成相应的虚拟机;针对特定的虚拟机程序,进一步 利用动态优化的方法,对相对冗余的虚拟机指令集定义进行裁剪,从而得到一个指令集最简的高效虚拟机。

关键词: 虚拟机 可定制生成 动态优化 指令裁剪

Abstract:

For the flaws of the traditional methods of implementing virtual machines, this paper proposes a custom-built method for implementing virtual machines and the relevant scheme of dynamic optimization. Through the description of the virtual machine definition in a particular format, a virtual machine ge nerator dynamically generates the needed virtual machine. And for a special program, the scheme reduces the definition of instruction-set and gives the    virtual machine a special optimization.

Key words: virtual machine, custom-built, dynamic optimization, instruction tailoring