文件名称:Embedded_Java
- 所属分类:
- JSP源码/Java
- 资源属性:
- [PDF]
- 上传时间:
- 2012-11-26
- 文件大小:
- 166kb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
代码优化是提高Java 虚拟机执行速度的重要手段之一。本文提出了一种基于预处理的代码优化方法。预
处理模块与嵌入式Java 虚拟机并行工作,为其标注基本块、循环等结构,并通过数据流分析收集各方法、各变量
的引用次数。Java 虚拟机利用预处理模块所收集的信息,判定各块程序的执行频率,对高频部分进行内联、寄存
器分配等优化处理。本文还讨论了Java 虚拟机实现中的若干事项。-Code optimization is to improve an important means of the Java virtual machine execution speed. This paper presents an optimization method based on the preprocessed code. Pre-processing module with embedded Java virtual machine to work in parallel, its marked basic block, cycle structure, and collect the data flow analysis method, the number of citations of each variable. Java virtual machine to use the information collected by the pre-processing module to determine the execution frequency of each block on the high-frequency part of inlining, register allocation optimization. The article also discusses a number of issues in the implementation of the Java Virtual Machine.
处理模块与嵌入式Java 虚拟机并行工作,为其标注基本块、循环等结构,并通过数据流分析收集各方法、各变量
的引用次数。Java 虚拟机利用预处理模块所收集的信息,判定各块程序的执行频率,对高频部分进行内联、寄存
器分配等优化处理。本文还讨论了Java 虚拟机实现中的若干事项。-Code optimization is to improve an important means of the Java virtual machine execution speed. This paper presents an optimization method based on the preprocessed code. Pre-processing module with embedded Java virtual machine to work in parallel, its marked basic block, cycle structure, and collect the data flow analysis method, the number of citations of each variable. Java virtual machine to use the information collected by the pre-processing module to determine the execution frequency of each block on the high-frequency part of inlining, register allocation optimization. The article also discusses a number of issues in the implementation of the Java Virtual Machine.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
嵌入式Java虚拟机实现中的代码优化.pdf