CÁC BÀI BÁO KHOA HỌC 21:13:46 Ngày 26/04/2024 GMT+7
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. © 2008 IEEE.


 Pham T.-H., Truong A.-H., Truong N.-T., Chin W.-N.
   406.pdf    Gửi cho bạn bè
  Từ khóa : Clustering algorithms; Computer programming languages; Computer software; Java programming language; Software engineering; Applets; Control Flow graphs; Directed Acyclic graphs; Fast algorithms; Prototype tools; Small memory footprints; Time algorithms; Upper bounds; Formal methods