Supporting Legacy Libraries on Non-Volatile Memory: A User-Transparent Approach

Chencheng Ye,Yuanchao Xu,Xipeng Shen,Xiaofei Liao,Hai Jin,Yan Solihin
DOI: https://doi.org/10.1109/ISCA52012.2021.00042
2021-01-01
Abstract:As mainstream computing is poised to embrace the advent of byte-addressable non-volatile memory (NVM), an important roadblock has remained largely unnoticed, support of legacy libraries on NVM. Libraries underpin modern software everywhere. As current NVM programming interfaces all designate special types and constructs for NVM objects and references, legacy libraries, being incompatible with these data types, will face major obstacles for working with future applications written for NVM. This paper introduces a simple approach to mitigating the issue. The novel approach centers around user-transparent persistent reference, a new concept that allows programmers to reference a persistent object in the same way as reference a normal (volatile) object. The paper presents the implementation of the concept, carefully examines its soundness, and describes compiler and simple architecture support for keeping performance overheads very low.
What problem does this paper attempt to address?