Abstract
System virtualization is a key enabling technology. However, existing virtualization techniques suffer from a significant limitation due to their limited cross-ISA support for emerging architecture-specific hardware extensions. To address this issue, we make the first attempt at hardware transactional memory (HTM), which has been supported by modern multi-core processors and used by more and more applications to simplify concurrent programming. In particular, we propose an efficient and scalable mechanism to support cross- ISA virtualization of HTMs. The mechanism emulates guest HTMs using host HTMs, and tries to preserve as much as possible the performance and the scalability of guest applications. Experimental results on STAMP benchmarks show that an average of 2.3X and 12.6X performance speedup can be achieved respectively for x86-64 and PowerPC64 guest applications on an x86-64 host machine. Moreover, it can attain similar scalability to the native execution of the applications.
Original language | English (US) |
---|---|
Title of host publication | CGO 2020 - Proceedings of the 18th ACM/IEEE International Symposium on Code Generation and Optimization |
Editors | Jason Mars, Lingjia Tang, Jingling Xue, Peng Wu |
Publisher | Association for Computing Machinery, Inc |
Pages | 107-120 |
Number of pages | 14 |
ISBN (Electronic) | 9781450370479 |
DOIs | |
State | Published - Feb 22 2020 |
Event | 18th ACM/IEEE International Symposium on Code Generation and Optimization, CGO 2020 - San Diego, United States Duration: Feb 22 2020 → Feb 26 2020 |
Publication series
Name | CGO 2020 - Proceedings of the 18th ACM/IEEE International Symposium on Code Generation and Optimization |
---|
Conference
Conference | 18th ACM/IEEE International Symposium on Code Generation and Optimization, CGO 2020 |
---|---|
Country/Territory | United States |
City | San Diego |
Period | 2/22/20 → 2/26/20 |
Bibliographical note
Publisher Copyright:© 2020 Copyright held by the owner/author(s).
Keywords
- Cross-ISA
- DBT
- HTM
- System Virtualization