Title
A Fast Algorithm to Compute Heap Memory Bounds of Java Card Applets
Abstract
In this paper, we present an approach to find upper bounds of heap space for Java Card applets. Our method first transforms an input bytecode stream into a control flow graph (CFG), and then collapses cycles of the CFG to produce a directed acyclic graph (DAG). Based on the DAG, we propose a linear-time algorithm to solve the problem of finding the single-source largest path in it. We also have implemented a prototype tool, tested it on several sample applications, and then compared the bounds found by our tool with the actual heap bounds of the programs. The experiment shows that our tool returns good estimation of heap bounds, runs fast, and has a small memory footprint.
Previously Published Citation
Sixth IEEE International Conference on Software Engineering and Formal Methods (SEFM '08)
Description
Associated research group: Critical Systems Research Group
Suggested Citation
Pham, Hung T.; Truong, Anh-Hoang; Truong, Ninh-Thuan; Chin, Wei-Ngan.
(2008).
A Fast Algorithm to Compute Heap Memory Bounds of Java Card Applets.
Retrieved from the University of Minnesota Digital Conservancy,
https://hdl.handle.net/11299/217306.