Compiler-Directed High-Performance Intermittent Computation with Power Failure Immunity

2022 IEEE 28th Real-Time and Embedded Technology and Applications Symposium (RTAS)(2022)

引用 6|浏览14
暂无评分
摘要
This paper introduces power failure immunity (PFI), an essential program execution property for energy harvesting systems to achieve efficient intermittent computation. PFI ensures program code regions never fail more than once i.e., at most single in-region outage, during intermittent computation as if they are immunized after the first power outage. To enforce PFI automatically for such batteryless systems that use a tiny energy buffer instead, we present its compiler-directed enforcement. The compiler leverages a precise static analysis to partition the program into recoverable regions with the energy buffer size in mind so that their execution can be completed—using the full energy buffered in a single charge cycle—regardless of program execution paths. In this way, no matter how unstable the energy harvesting source is, no region fails more than once.In the virtue of PFI, this paper presents ROCKCLIMB, a high-performance and rollback-free intermittent computation scheme. It guarantees that PFI-enforced regions never fail, i.e., there is no in-region outage at all. To achieve this, ROCKCLIMB checks if the fully buffered energy is secured at each region boundary. If it is not secured, ROCKCLIMB waits until the energy buffer is fully charged, before executing the following region. In particular, the rollback-free nature of ROCKCLIMB obviates the need to log memory writes—required for rollback recovery—since no region is power-interrupted. As a result, PFI+ROCKCLIMB achieves rollback-free and memory-log-free intermittent computation, ensuring forward execution progress and maximizing it even in the presence of frequent power outages. Our real board experiments demonstrate that PFI+ROCKCLIMB outperforms the state-of-the-art work by 5%—550% on average in various energy harvesting conditions.
更多
查看译文
关键词
rollback-free intermittent computation scheme,PFI-enforced regions,PFI+ROCKCLIMB,memory-log-free intermittent computation,energy harvesting conditions,compiler-directed high-performance intermittent computation,power failure immunity,energy harvesting systems,program code regions,power outage,batteryless systems,energy buffer,compiler-directed enforcement,precise static analysis,energy buffer size,single charge cycle,program execution paths,energy harvesting source,program execution property
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要