@inproceedings{691fca951e194df58fe55b221f504f30,
title = "HugeGPT: Storing Guest Page Tables on Host Huge Pages to Accelerate Address Translation",
abstract = "Expensive page table walks triggered by frequent TLB misses have incurred major performance bottlenecks for data-intensive workloads that are dominated by memory accesses with weak locality. Since it is hard to reduce TLB misses for such workloads, reducing page table walk overhead (i.e., the overhead of each TLB miss) is an increasingly important direction for improving application performance. The direction is more compelling for workloads running in virtual machines (VMs). In virtualized environments, each TLB miss triggers a two-dimensional page table walk, which has a significantly higher overhead than that on native systems. This paper presents HugeGPT, a software approach to reducing two-dimensional page table walk overhead in virtualized environments. HugeGPT ensures that page tables used in guest systems are physically held in the huge pages formed in the host. This brings two-fold benefits: 1) the number of steps walking down the host page table is reduced; 2) the misses of page walk caches incurred by accessing the leaf nodes on host page tables can be eliminated. Extensive evaluation based on the prototype implementation and diverse real-world applications shows that HugeGPT can efficiently reduce address translation overhead and improve application performance in virtualized clouds.",
keywords = "Memory Management, Operating Systems, Page Tables, TLB, Virtualization",
author = "Weiwei Jia and Jiyuan Zhang and Jianchen Shan and Yiming Du and Xiaoning Ding and Tianyin Xu",
note = "Publisher Copyright: {\textcopyright} 2023 IEEE.; 32nd International Conference on Parallel Architecture and Compilation Techniques, PACT 2023 ; Conference date: 21-10-2023 Through 25-10-2023",
year = "2023",
doi = "10.1109/PACT58117.2023.00014",
language = "English (US)",
series = "Parallel Architectures and Compilation Techniques - Conference Proceedings, PACT",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
pages = "62--73",
booktitle = "Proceedings - 2023 32nd International Conference on Parallel Architecture and Compilation Techniques, PACT 2023",
address = "United States",
}