Abstract

Embedded Java and NAND flash memories play important roles in mobile devices. In this paper, we proposed a systematic method to optimize embedded Java virtual machines executed in NAND flash memories (XIP) with limited RAM buffer. Our approach is efficient in reducing cache misses generated by the virtual machine. The experimental simulation showed the refining approach reduces 51% of execution time and 53% of power consumptions in the case with 8 KB RAM buffer. Because of the nature of interpreters, the shape of the control flow graph (CFG) of Java virtual machine is unique. Our approach constructed an indirect CFG by capturing dynamic bytecode traces. The Indirect CFG helped the refining process to rearrange bytecode handlers within the source codes of Java virtual machine. The arrangement algorithm picks the most relevant program fragments and put them into NAND flash pages. This approach helps to reduce read access to NAND flash memories.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.