Pham, Hung T.Truong, Anh-HoangTruong, Ninh-ThuanChin, Wei-Ngan2020-12-102020-12-102008Sixth IEEE International Conference on Software Engineering and Formal Methods (SEFM '08)https://hdl.handle.net/11299/217306Associated research group: Critical Systems Research GroupIn 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.A Fast Algorithm to Compute Heap Memory Bounds of Java Card AppletsReport