標題: Instruction Emulation and OS Supports of a Hybrid Binary Translator for x86 Instruction Set Architecture
作者: Liu, I-Chun
Wu, I-Wei
Shann, Jean Jyh-Jiun
資訊工程學系
Department of Computer Science
關鍵字: virtualization;static binary translation;dynamic binary translation;hybrid binary translation;compiler
公開日期: 1-一月-2015
摘要: Binary translation is one of the most important techniques of virtualization. The main purpose of a binary translator (BT) is to translate an executable from a source instruction set architecture (ISA) to a target ISA. Traditionally, there are two types of binary translators: static binary translator (SBT) and dynamic binary translator (DBT). In recent years, a new type of BT called hybrid binary translator (HBT) was proposed, which translates the source executable first at static time, and then, at run time, if the execution of the target executable emits an exception because of reaching statically untranslated code, it switches to the attached dynamic translator for translating these code. Therefore, an HBT may have the merits of both good performance of SBT and easy handling of code discovery and code location problems of DBT. Nowadays, massive application programs have been developed for x86 platforms, and thus, many binary translators have been proposed for x86 ISA. However, due to the characteristics of CISC architecture of x86, for example, variable-length instruction format, the BT designed for it previously usually apply dynamic translation strategy or make use of profiling data for resolving the code discovery and code location problems. In this paper, we present an HBT which supports x86 ISA and emulates the execution behavior of an x86 executable under Linux operation system. In our x86-32 to x86-64 translation experiments, the target executables translated by our HBT outperform that of QEMU on most programs of EEMBC benchmark suite.
URI: http://dx.doi.org/10.1109/UIC-ATC-ScalCom-CBDCom-IoP.2015.198
http://hdl.handle.net/11536/146819
DOI: 10.1109/UIC-ATC-ScalCom-CBDCom-IoP.2015.198
期刊: IEEE 12TH INT CONF UBIQUITOUS INTELLIGENCE & COMP/IEEE 12TH INT CONF ADV & TRUSTED COMP/IEEE 15TH INT CONF SCALABLE COMP & COMMUN/IEEE INT CONF CLOUD & BIG DATA COMP/IEEE INT CONF INTERNET PEOPLE AND ASSOCIATED SYMPOSIA/WORKSHOPS
起始頁: 1070
結束頁: 1077
顯示於類別:會議論文