摘要
研究Android系统专属的Dalvik虚拟机,分析Dalvik虚拟机的解释器、本地方法桥以及C库在CK610平台上的移植与优化。基于Dalvik虚拟机解释器的字节码分发机制,提出一种改进型Threaded分发机制,并实现硬件平台定制型MInterp解释器,实验证明该MInterp解释器能使Dalvik虚拟机的运行速度提升1倍以上。
This paper studies the exclusive Java virtual machine of Android——Dalvik,expounds the interpreter,the Java native interface call bridge,and C library for transplantation and optimization based on CK610 architecture.Based on the distribution mechanism of the Dalvik's interpreter,it puts forward an improved Threaded distribution mechanism,and achieves an architecture customized MInterp interpreter of CK610,which proves to enhance the virtual machine to run rate 1 times above.
出处
《计算机工程》
CAS
CSCD
北大核心
2011年第16期291-292,F0003,共3页
Computer Engineering
基金
国家"863"计划基金资助项目(2009AA011706)
关键词
DALVIK虚拟机
解释器
分发机制
移植与优化
Dalvik virtual machine
interpreter
distribution mechanism
transplantation and optimization