Virtualizing Intermittent Computing

Caglar Durmaz,Kasim Sinan Yildirim,Geylani Kardas
DOI: https://doi.org/10.48550/arXiv.2111.14249
2021-11-29
Abstract:Intermittent computing requires custom programming models to ensure the correct execution of applications despite power failures. However, existing programming models lead to programs that are hardware-dependent and not reusable. This paper aims at virtualizing intermittent computing to remedy these problems. We introduce PureVM, a virtual machine that abstracts a transiently powered computer, and PureLANG, a continuation-passing-style programming language to develop programs that run on PureVM. This virtualization, for the first time, paves the way for portable and reusable transiently-powered applications.
Programming Languages,Hardware Architecture
What problem does this paper attempt to address?