Supporting Legacy Libraries on Non-Volatile Memory: A User-Transparent Approach
Supporting Legacy Libraries on Non-Volatile Memory: A User-Transparent Approach
复制标题
DOI:
10.1109/isca52012.2021.00042
复制
发表时间:
2021-06
期刊:
影响因子:
--
通讯作者:
Chencheng Ye;Yuanchao Xu;Xipeng Shen;Xiaofei Liao;Hai Jin;Yan Solihin
中科院分区:
文献类型:
--
作者:
Chencheng Ye;Yuanchao Xu;Xipeng Shen;Xiaofei Liao;Hai Jin;Yan Solihin
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.