標題: Efficient and Effective Misaligned Data Access Handling in a Dynamic Binary Translation System
作者: Li, Jianjun
Wu, Chenggang
Hsu, Wei-Chung
資訊工程學系
Department of Computer Science
關鍵字: Management;Performance;Optimization;misaligned memory access;binary translation
公開日期: 1-七月-2011
摘要: Binary Translation (BT) has been commonly used to migrate application software across Instruction Set Architectures (ISAs). Some architectures, such as X86, allow Misaligned Data Accesses (MDAs), while most modern architectures require natural data alignments. In a binary translation system, where the source ISA allows MDA and the target ISA does not, memory operations must be carefully translated. Naive translation may cause frequent misaligned data access traps to occur at runtime on the target machine and severely slow down the migrated application. This article evaluates different approaches in handling MDA in a binary translation system including how to identify MDA candidates and how to translate such memory instructions. This article also proposes some new mechanisms to more effectively deal with MDAs. Extensive measurements based on SPEC CPU2000 and CPU2006 benchmarks show that the proposed approaches are more effective than existing methods and getting close to the performance upper bound of MDA handling.
URI: http://dx.doi.org/10.1145/1970386.1970388
http://hdl.handle.net/11536/22015
ISSN: 1544-3566
DOI: 10.1145/1970386.1970388
期刊: ACM TRANSACTIONS ON ARCHITECTURE AND CODE OPTIMIZATION
Volume: 8
Issue: 2
結束頁: 
顯示於類別:期刊論文


文件中的檔案:

  1. 000291726100002.pdf

若為 zip 檔案,請下載檔案解壓縮後,用瀏覽器開啟資料夾中的 index.html 瀏覽全文。