English

Supporting Superpages and Lightweight Page Migration in Hybrid Memory Systems

Hardware Architecture 2018-06-05 v1

Abstract

Superpages have long been used to mitigate address translation overhead in big memory systems. However, superpages often preclude lightweight page migration, which is crucial for performance and energy efficiency in hybrid memory systems composed of DRAM and non-volatile memory (NVM). In this paper, we propose a novel memory management mechanism called \textit{Rainbow} to bridge this fundamental conflict between superpages and lightweight page migration. \textit{Rainbow} manages NVM at the superpage granularity, and uses DRAM to cache frequently-accessed (hot) small pages in each superpage. Correspondingly, \textit{Rainbow} utilizes split TLBs to support different page sizes. By introducing an efficient hot page identification mechanism and a novel NVM-to-DRAM address remapping mechanism, \textit{Rainbow} supports lightweight page migration while without splintering superpages. Experimental results show that Rainbow can significantly reduce applications' TLB misses by 99.8\%, and improve application performance (IPC) by up to 2.9X (43.0\% on average) when compared to a state-of-the-art memory migration policy without superpage support.

Keywords

Cite

@article{arxiv.1806.00776,
  title  = {Supporting Superpages and Lightweight Page Migration in Hybrid Memory Systems},
  author = {Xiaoyuan Wang},
  journal= {arXiv preprint arXiv:1806.00776},
  year   = {2018}
}

Comments

10 pages,15 figures

R2 v1 2026-06-23T02:17:18.057Z