Publications

Detailed Information

Work-In-Progress: Fast Snapshot Migration Using Static Code Instrumentation

Cited 1 time in Web of Science Cited 1 time in Scopus
Authors

Kim, Jae-Yun; Lee, Hyeon-Jae; Moon, Soo-Mook

Issue Date
2018-09
Publisher
IEEE
Citation
2018 PROCEEDINGS OF THE INTERNATIONAL CONFERENCE ON EMBEDDED SOFTWARE (EMSOFT), p. 8537207
Abstract
Due to the portability advantage of web apps, we can easily save the app execution state at a device and restore it at another device, allowing app migration. Since the execution of the application includes JavaScript internal states such as closures or event handlers, how to extract them is an issue. One approach is having the browser to provide new APIs [1], which allows fast migration, but requires modification of the browser. The other approach is instrumenting the web app source code [2,3], which allows using the existing browser, however, suffering from the performance slowdown due to the overhead of instrumented code. This paper proposes a new instrumentation-based approach, which performs faster. The key idea is to introduce a reference table which is used to keep information of closures and event handlers at runtime by our instrumented code whose overhead is small. The reference table can be easily serialized as JavaScript code, and its execution at the target device allows efficient restoration of the execution state. Our preliminary experimental result shows that the performance of our instrumented code is almost the same as the original code.
URI
https://hdl.handle.net/10371/186838
DOI
https://doi.org/10.1109/EMSOFT.2018.8537207
Files in This Item:
There are no files associated with this item.
Appears in Collections:

Altmetrics

Item View & Download Count

  • mendeley

Items in S-Space are protected by copyright, with all rights reserved, unless otherwise indicated.

Share