Using code collection to support large applications on mobile devices

  • Authors:
  • Lucian Popa;Costin Raiciu;Radu Teodorescu;Irina Athanasiu;Raju Pandey

  • Affiliations:
  • Politehnica University Bucharest;Politehnica University Bucharest;Lehman Brothers, New York;Politehnica University Bucharest;University of California, Davis

  • Venue:
  • Proceedings of the 10th annual international conference on Mobile computing and networking
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

The progress of mobile device technology unfolds a new spectrum of applications that challenges conventional infrastructure models. Most of these devices are perceived by their users as "appliances" rather than computers and accordingly the application management should be done transparently by the underlying system unlike classic applications managed explicitly by the user. Memory management on such devices should consider new types of mobile applications involving code mobility such as mobile agents, active networks and context aware applications. This paper describes a new code management technique, called "code collection" and proposes a specific code collection algorithm, the Adaptive Code Collection Algorithm (ACCAL). Code collection is a mechanism for transparently loading and discarding application components on mobile devices at runtime that is designed to permit very low memory usage and at the same time good performance by focusing memory usage on the hotspots of the application. To achieve these goals, ACCAL uses properties specific to executable code and enhances conventional data management methods such as garbage collection and caching. The results show that fine-grained code collection allows large applications to execute by using significantly less memory while inducing small execution time overhead.