Java处理器中指令合并技术的研究与实现
THE STUDY AND REALIZATION OF INSTRUCTION FOLDING IN JAVA PROCESSOR
-
摘要: 文中在分析Java 虚拟机及字节码特性基础上,研究了Java 处理器中的指令合并技术.对3 种合并策略:2条指令的合并、3 条指令的合并及4 条指令的合并进行了分析比较,并分别实现了这3 种合并策略.研究表明4 条指令合并策略具有较高的性能/开销比Abstract: In this paper, the technology of instruction folding in Java processor is studied on the basis of analyzing the Java virtual machine and Java bytecodes. Three folding strategies: two folding, three folding, and four folding are analyzed, compared and realized. The results show that four folding can provide higher performance/spending ratio.
下载: