Sie befinden Sich nicht im Netzwerk der Universität Paderborn. Der Zugriff auf elektronische Ressourcen ist gegebenenfalls nur via VPN oder Shibboleth (DFN-AAI) möglich. mehr Informationen...
Ergebnis 6 von 1187
ACM transactions on programming languages and systems, 2014-10, Vol.36 (4), p.1-38, Article 13
2014
Volltextzugriff (PDF)

Details

Autor(en) / Beteiligte
Titel
Kitsune: Efficient, General-Purpose Dynamic Software Updating for C
Ist Teil von
  • ACM transactions on programming languages and systems, 2014-10, Vol.36 (4), p.1-38, Article 13
Ort / Verlag
New York, NY, USA: ACM
Erscheinungsjahr
2014
Quelle
EBSCOhost Business Source Ultimate
Beschreibungen/Notizen
  • Dynamic software updating (DSU) systems facilitate software updates to running programs, thereby permitting developers to add features and fix bugs without downtime. This article introduces Kitsune, a DSU system for C. Kitsune's design has three notable features. First, Kitsune updates the whole program, rather than individual functions, using a mechanism that places no restrictions on data representations or allowed compiler optimizations. Second, Kitsune makes the important aspects of updating explicit in the program text, making the program's semantics easy to understand while minimizing programmer effort. Finally, the programmer can write simple specifications to direct Kitsune to generate code that traverses and transforms old-version state for use by new code; such state transformation is often necessary and is significantly more difficult in prior DSU systems. We have used Kitsune to update six popular, open-source, single- and multithreaded programs and find that few program changes are required to use Kitsune, that it incurs essentially no performance overhead, and that update times are fast.

Weiterführende Literatur

Empfehlungen zum selben Thema automatisch vorgeschlagen von bX