Sciweavers

SEFM
2008
IEEE

A Fast Algorithm to Compute Heap Memory Bounds of Java Card Applets

13 years 11 months ago
A Fast Algorithm to Compute Heap Memory Bounds of Java Card Applets
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.
Tuan-Hung Pham, Anh-Hoang Truong, Ninh-Thuan Truon
Added 01 Jun 2010
Updated 01 Jun 2010
Type Conference
Year 2008
Where SEFM
Authors Tuan-Hung Pham, Anh-Hoang Truong, Ninh-Thuan Truong, Wei-Ngan Chin
Comments (0)