Symbolic and analytic techniques for resource analysis of java bytecode

  • Authors:
  • David Aspinall;Robert Atkey;Kenneth MacKenzie;Donald Sannella

  • Affiliations:
  • School of Informatics, The University of Edinburgh, Edinburgh;Computer and Information Sciences, University of Strathclyde, Glasgow;School of Informatics, The University of Edinburgh, Edinburgh;School of Informatics, The University of Edinburgh, Edinburgh

  • Venue:
  • TGC'10 Proceedings of the 5th international conference on Trustworthly global computing
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Recent work in resource analysis has translated the idea of amortised resource analysis to imperative languages using a program logic that allows mixing of assertions about heap shapes, in the tradition of separation logic, and assertions about consumable resources. Separately, polyhedral methods have been used to calculate bounds on numbers of iterations in loop-based programs. We are attempting to combine these ideas to deal with Java programs involving both data structures and loops, focusing on the bytecode level rather than on source code.