Abstract
Tiny energy harvesting sensors that operate intermittently, without batteries, have become an increasingly appealing way to gather data in hard to reach places at low cost. Frequent power failures make forward progress, data preservation and consistency, and timely operation challenging. Unfortunately, state-of-the-art systems ask the programmer to solve these challenges, and have high memory overhead, lack critical programming features like pointers and recursion, and are only dimly aware of the passing of time and its effect on application quality. We present Time-sensitive Intermittent Computing System (TICS), a new platform for intermittent computing, which provides simple programming abstractions for handling the passing of time through intermittent failures, and uses this to make decisions about when data can be used or thrown away. Moreover, TICS provides predictable checkpoint sizes by keeping checkpoint and restore times small and reduces the cognitive burden of rewriting embedded code for intermittency without limiting expressibility or language functionality, enabling numerous existing embedded applications to run intermittently.
Original language | English |
---|---|
Title of host publication | ASPLOS 2020 - 25th International Conference on Architectural Support for Programming Languages and Operating Systems |
Publisher | Association for Computing Machinery (ACM) |
Pages | 85-99 |
Number of pages | 15 |
ISBN (Electronic) | 9781450371025 |
DOIs | |
Publication status | Published - 9 Mar 2020 |
Event | 25th International Conference on Architectural Support for Programming Languages and Operating Systems, ASPLOS 2020 - Lausanne, Switzerland Duration: 16 Mar 2020 → 20 Mar 2020 |
Conference
Conference | 25th International Conference on Architectural Support for Programming Languages and Operating Systems, ASPLOS 2020 |
---|---|
Country/Territory | Switzerland |
City | Lausanne |
Period | 16/03/20 → 20/03/20 |
Bibliographical note
Green Open Access added to TU Delft Institutional Repository ‘You share, we take care!’ – Taverne project https://www.openaccess.nl/en/you-share-we-take-careOtherwise as indicated in the copyright section: the publisher is the copyright holder of this work and the author uses the Dutch legislation to make this work public.
Keywords
- Batteryless
- Compiler
- Energy Harvesting
- Intermittent
- Legacy Code
- Runtime
- Source Transformation