ETRI-Knowledge Sharing Plaform

ENGLISH

성과물

논문 검색
구분 SCI
연도 ~ 키워드

상세정보

학술대회 Achieving Stagnation-Free Intermittent Computation with Boundary-Free Adaptive Execution
Cited 32 time in scopus Download 14 time Share share facebook twitter linkedin kakaostory
저자
최종욱, 조현우, 김용주, 정창희
발행일
201904
출처
Real-Time and Embedded Technology and Applications Symposium (RTAS) 2019, pp.331-344
DOI
https://dx.doi.org/10.1109/RTAS.2019.00035
협약과제
18HS1600, 차세대 메모리 기술 기반 초저전력 컴퓨팅 시스템과 페타바이트급 메모리 클라우드 핵심 기술 개발, 김용주
초록
This paper presents ELASTIN, a stagnation-free intermittent computing system for energy-harvesting devices that ensures forward progress in the presence of frequent power outages without partitioning program into recoverable regions or tasks. ELASTIN leverages both timer-based checkpointing of volatile registers and copy-on-write mappings of nonvolatile memory pages to restore them in the wake of power failure. During each checkpoint interval, ELASTIN tracks memory writes on a per-page basis and backs up the original page using custom software-controlled memory protection without MMU or TLB. When a new interval starts at each timer expiration, ELASTIN clears the write permission of all the pages written during the previous interval and checkpoints all registers including a program counter as a recovery point. In particular, ELASTIN dynamically reconfigures both the checkpoint interval and the page size to achieve stagnation-free intermittent computation and maximize forward progress across power outages. The experiments on TI's MSP430 board with energy harvesting traces show that ELASTIN outperforms the state-of-the-art scheme by 3.5X on average (up to orders of magnitude speedup) and guarantees forward progress.
KSP 제안 키워드
Adaptive execution, Checkpoint interval, Copy-on-Write(COW), Energy Harvesting(EH), Forward progress, Intermittent Computation, Intermittent computing, Memory protection, Non-Volatile Memory(NVM), Orders of magnitude, Page size