Method call acceleration in embedded java virtual machines

  • Authors:
  • M. Debbabi;M. Erhioui;L. Ketari;N. Tawbi;H. Yahyaoui;S. Zhioua

  • Affiliations:
  • Panasonic Information and Networking Technologies Laboratory, Princeton, NJ and Computer Science Department, Laval University, Quebec, Canada;Computer Science Department, Laval University, Quebec, Canada;Computer Science Department, Laval University, Quebec, Canada;Computer Science Department, Laval University, Quebec, Canada;Computer Science Department, Laval University, Quebec, Canada;Computer Science Department, Laval University, Quebec, Canada

  • Venue:
  • ICCS'03 Proceedings of the 2003 international conference on Computational science: PartIII
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

Object oriented languages, in particular Java, use a frequent dynamic dispatch mechanism to search for the definition of an invoked method. A method could be defined in more than one class. The search for the appropriate method definition is performed dynamically. This induces an execution time overhead that is significant. Many static and dynamic techniques have been proposed to minimize the cost of such an overhead. Generally, these techniques are not adequate for embedded Java platforms with resource constraints because they require a relatively big memory space. The paper proposes a dynamic, flexible and efficient technique for accelerating method calls mechanism in embedded systems. This acceleration technique spans over 3 aspects of the method call: (1) lookup, (2) caching, and (3) synchronized methods.