Efficient and Safe I/O Operations for Intermittent Systems


Yildiz E., Ahmed S., Islam B., Hester J., Yildirim K. S.

18th European Conference on Computer Systems, EuroSys 2023, Rome, İtalya, 8 - 12 Mayıs 2023, ss.63-78 identifier

  • Yayın Türü: Bildiri / Tam Metin Bildiri
  • Doi Numarası: 10.1145/3552326.3587435
  • Basıldığı Şehir: Rome
  • Basıldığı Ülke: İtalya
  • Sayfa Sayıları: ss.63-78
  • Anahtar Kelimeler: Batteryless Internet of Things, Energy Harvesting, Intermittent Computing, Peripherals
  • Recep Tayyip Erdoğan Üniversitesi Adresli: Hayır

Özet

Task-based intermittent software systems always re-execute peripheral input/output (I/O) operations upon power failures since tasks have all-or-nothing semantics. Re-executed I/O wastes significant time and energy and risks memory inconsistency. This paper presents EaseIO, a new task-based intermittent system that remedies these problems. EaseIO programming interface introduces re-execution semantics for I/O operations to facilitate safe and efficient I/O management for intermittent applications. EaseIO compiler frontend considers the programmer-annotated I/O re-execution semantics to preserve the task’s energy efficiency and idempotency. EaseIO runtime introduces regional privatization to eliminate memory inconsistency caused by idempotence bugs. Our evaluation shows that EaseIO reduces the wasted useful I/O work by up to 3× and total execution time by up to 44% by avoiding 76% of the redundant I/O operations, as compared to the state-of-the-art approaches for intermittent computing. Moreover, for the first time, EaseIO ensures memory consistency during DMA-based I/O operations.