首页 | 本学科首页   官方微博 | 高级检索  
     

Java指令集结构的研究
引用本文:戴葵,秦莹.Java指令集结构的研究[J].计算机科学,2000,27(4):5-8.
作者姓名:戴葵  秦莹
作者单位:国防科技大学计算机学院,长沙,410073
基金项目:本文受国家自然科学基金资助(批准号69803013)。
摘    要:1 引言 Java是一种编程语言,用其编写的程序具有安全、模块化和可移植等特点。当前Java在Internet有广泛应用,在网站主页的HTML代码中嵌入Java类文件,可以增强界面的动画效果,这种类文件称为小程序(Applet),它是Java源程序的可执行代码。当浏览器访问包含小程序的主页时,相应的类文件从服务器传送到在客户机上运行的Java虚拟机(JVM)上,由JVM生成相应的类对象,并执行相应的方法。Netscape浏览器中就包含这种JVM。

关 键 词:Java语言  指令集结构  编程语言

Research of Java Instruction Set Architecture
Abstract:Java virtual machine is a machine architecture for executing programs. It is designed to be secure,modular and portable. However,the object-oriented features of the architecture also have a tremendous impact on the performance of the virtual machine. In order to better understand the performance of instructions in the Java virtual machine,this paper gives a benchmark suite based on Web applets in order to measure the performance of instructions. Testing results show that most of the execution time in the virtual machine is spent on memory management and garbage collection for objects. Using these resuits,this paper suggests improvements to be incorporated into future implementations.
Keywords:Java virtual machine  Instruction set architecture  Performance
本文献已被 CNKI 维普 万方数据 等数据库收录!
点击此处可从《计算机科学》下载全文
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号