引用本文:杨博,王鼎兴,郑纬民.一个基于混合并发模型的Java虚拟机.软件学报,2002,13(7):1250-1256
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 4195次   下载 6313 本文二维码信息
码上扫一扫!
分享到: 微信 更多
一个基于混合并发模型的Java虚拟机
杨博1, 王鼎兴1, 郑纬民1
清华大学,计算机科学与技术系,北京,100084
摘要:
从解释执行到及时编译的转变极大地提高了Java程序的运行速度.但是,现有的Java虚拟机还有待进一步的改进.提出了一种新的Java虚拟机编译与执行模型--混合并发模型HCCEM(hybrid concurrent compilation and execution model).该模型通过多线程控制方式将字节码的编译与执行过程相重叠,从而获取加速的效果.另外还给出了基于HCCEM的Java虚拟机JAFFE的设计方案,并就实现中的执行模式切换、异常处理以及层次线程等问题进行了讨论.实验结果表明,HCCEM能
关键词:  混合并发  Java虚拟机  异常处理  多线程
DOI:
分类号:
基金项目:国家自然科学基金资助项目(69873023)
A Java Virtual Machine Based on Hybrid Concurrent Compilation and Execution Model
YANG Bo,WANG Ding-xing,ZHENG Wei-min
Abstract:
The change from interpretation to just-in-time compilation has improved the performance of Java dramatically. However, further amelioration is still possible. In this paper, a hybrid concurrent compilation and execution model (HCCEM) is proposed, which possesses the potential to surpass JIT by overlapping the production of native code with program execution through multithreaded control. The design of JAFFE, a Java virtual machine based on HCCEM, and some critical problems are also discussed in the implementation such as mode switch,exception handling and hierarchicl multithreads.The experimental result shows that HCCEM can improve the execution speed of java programs efficiently.
Key words:  just-in-time compilation  hybrid concurrent  Java virtual machine  exception handling  hierarchical multithreads

引用本文:
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览次   下载  
分享到: 微信 更多
摘要:
关键词:  
DOI:
分类号:
基金项目:
Abstract:
Key words: