A Greener Edge: A Framework on Carbon-aware Edge ML System Design
Apr 7, 2026ยท,
,,ยท
0 min read
Xuesi Chen
Ilan Mandel
Eren Yildiz
Josiah Hester
Udit Gupta
Image credit: UnsplashAbstract
We introduce Immortal Threads, a novel programming model that brings pseudo-stackful multithreaded processing to intermittent computing. Programmers using Immortal Threads are oblivious to intermittent execution and write their applications in a multithreaded fashion using common event-driven multithreading primitives. Our compiler fronted transforms the stackful threads into stackless threads that waste a minimum amount of computational progress upon power failures. Our runtime implements fair scheduling to switch between threads efficiently. We evaluated Immortal Threads on real hardware by comparing it against the state-of-the-art intermittent runtimes. Our comparison showed that the price paid for the Immortal Threads is a runtime overhead comparable to existing intermittent computing runtimes.
Type
Publication
1The 24th ACM International Conference on Mobile Systems, Applications, and Services